vCenter VM Create Exhaustive VM
Demonstrates how to create a exhaustive VM with the below configuration:
3 disks, 2 nics, 2 vcpu, 2 GB, memory, boot=BIOS, 1 cdrom, 1 serial port,
1 parallel port, 1 floppy, boot_device=[CDROM, DISK, ETHERNET])
Sample Prerequisites:
- datacenter
- vm folder
- resource pool
- datastore
- cluster
- standard switch network
- distributed switch network
- An iso file on the datastore mentioned above
This sample is a part of the VMware vSphere Automation SDK for Python
To build and run this sample, please use git to clone the entire SDK locally:git clone https://github.com/vmware/vsphere-automation-sdk-python.gitThe README.md file in the root of the Github project contains a quick start guide and instructions to build and run the samples. The SDK is open source, so the README also contains instructions on how you can contribute samples back to the SDK!
Sign in to be able to add comments.