
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
2.6 KiB
vim.vm.Summary.ConfigSummary
A subset of virtual machine configuration.
- extends
- Attributes:
-
name (str):
Name of the virtual machine.
template (bool):
Flag to determine whether or not this virtual machine is a template.
vmPathName (str):
Path name to the configuration file for the virtual machine
memorySizeMB (int, optional):
Memory size of the virtual machine, in megabytes.
cpuReservation (int, optional):
Configured CPU reservation in MHz
memoryReservation (int, optional):
Configured Memory reservation in MB
numCpu (int, optional):
Number of processors in the virtual machine.
numEthernetCards (int, optional):
Number of virtual network adapters.
numVirtualDisks (int, optional):
Number of virtual disks attached to the virtual machine.
uuid (str, optional):
Virtual machine BIOS identification.
instanceUuid (str, optional):
VC-specific identifier of the virtual machine
guestId (str, optional):
Guest operating system identifier (short name).
guestFullName (str, optional):
Guest operating system name configured on the virtual machine.
annotation (str, optional):
Description for the virtual machine.
product (vim.vApp.ProductInfo, optional):
Product information. References to properties in the URLs are expanded.
installBootRequired (bool, optional):
Whether the VM requires a reboot to finish installation. False if no vApp meta-data is configured.
ftInfo (vim.vm.FaultToleranceConfigInfo, optional):
Fault Tolerance settings for this virtual machine. This property will be populated only for fault tolerance virtual machines and will be left unset for all other virtual machines. See FaultToleranceConfigInfo for a description.
managedBy (vim.ext.ManagedByInfo, optional):
Specifies that this VM is managed by a VC Extension. See the managedBy property in the ConfigSpec for more details.