mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 09:39:58 -05:00
43c25d0b61
When re-run the sample without cleanup previous port the power on peration may time out due to the output file exist already. Remove the file before creating new port and add notes to help avoiding this. Signed-off-by: Tianhao He <tianhao64@users.noreply.github.com> |
||
---|---|---|
.. | ||
create | ||
hardware | ||
__init__.py | ||
list_vms.py | ||
main.py | ||
placement.py | ||
power.py | ||
README.md |
This directory contains samples for vCenter virtual machine APIs:
-
Virtual machine Create, Read and Delete operations:
- Create a virtual machine with system provided defaults - create/create_default_vm.py
- Create a basic virtual machine - create/create_basic_vm.py
- Create a exhaustive virtual machine - create/create_exhaustive_vm.py
-
Virtual machine power lifecycle (requires an existing virtual machine):
- Manage virtual machine power state - power.py
-
Update virtual machine hardware settings (requires an existing virtual machine):
- Configure virtual SATA adapters of a virtual machine - hardware/adapter/sata.py
- Configure virtual SCSI adapters of a virtual machine - hardware/adapter/scsi.py
- Configure the booting settings for virtual machine - hardware/boot.py
- Configure the boot devices used by a virtual machine - hardware/boot_device.py
- Configure CD-ROM devices for a virtual machine - hardware/cdrom.py
- Configure CPU settings for a virtual machine - hardware/cpu.py
- Configure disk settings for a virtual machine - hardware/disk.py
- Configure virtual ethernet adapters of a virtual machine - hardware/ethernet.py
- Configure Floppy settings for a virtual machine - hardware/floppy.py
- Configure Memory settings of a virtual machine - hardware/memory.py
- Configure Parallel ports for a virtual machine - hardware/parallel.py
- Configure Serial ports for a virtual machine - hardware/serial.py