|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| annotation* | xsd:string | Description for the virtual machine. |
| changeVersion | xsd:string | The changeVersion is a unique identifier for a given version of the configuration. Each change to the configuration updates this value. This is typically implemented as an ever increasing count or a time-stamp. However, a client should always treat this as an opaque string. |
| consolePreferences* | VirtualMachineConsolePreferences | Legacy console viewer preferences when doing power operations. |
| cpuAffinity* | VirtualMachineAffinityInfo | Affinity settings for CPU. |
| cpuAllocation* | ResourceAllocationInfo | Resource limits for CPU. |
| cpuFeatureMask* | HostCpuIdInfo[] | Specifies CPU feature compatibility masks that override the defaults from the GuestOsDescriptor of the virtual machine's guest OS. |
| datastoreUrl* | VirtualMachineConfigInfoDatastoreUrlPair[] |
Enumerates the set of datastores that this virtual machine is
stored on, as well as the URL identification for each of these.
Changes to datastores do not generate property updates on this property. However, when this property is retreived it returns the current datastore information. |
| defaultPowerOps | VirtualMachineDefaultPowerOpInfo | Configuration of default power operations. |
| extraConfig* | OptionValue[] | Additional configuration information for the virtual machine. |
| files | VirtualMachineFileInfo | Information about the files associated with a virtual machine. This information does not include files for specific virtual disks or snapshots. |
| flags | VirtualMachineFlagInfo | Additional flags for a virtual machine. |
| guestFullName | xsd:string | This is the full name of the guest operating system for the virtual machine. For example: Windows 2000 Professional. |
| guestId | xsd:string | Guest operating system configured on a virtual machine. This is a guest identifier that can be used to access the GuestOsDescriptor list for information about default configuration. For more information on possible values, see VirtualMachineGuestOsIdentifier. |
| hardware | VirtualHardware | Processor, memory, and virtual devices for a virtual machine. |
| locationId* | xsd:string | Hash incorporating the virtual machine's config file location and the UUID of the host assigned to run the virtual machine. |
| memoryAffinity* | VirtualMachineAffinityInfo | Affinity settings for memory. |
| memoryAllocation* | ResourceAllocationInfo | Resource limits for memory. |
| modified | xsd:dateTime | Last time a virtual machine's configuration was modified. |
| name | xsd:string |
Display name of the virtual machine.
Any / (slash), \ (backslash), character used in this name element is escaped. Similarly, any % (percent) character used in this name element is escaped, unless it is used to start an escape sequence. A slash is escaped as %2F or %2f. A backslash is escaped as %5C or %5c, and a percent is escaped as %25. |
| networkShaper* | VirtualMachineNetworkShaperInfo | Resource limits for network. |
| template | xsd:boolean | Flag indicating whether or not a virtual machine is a template. |
| tools* | ToolsConfigInfo | Configuration of VMware Tools running in the guest operating system. |
| uuid | xsd:string | 128-bit SMBIOS UUID of a virtual machine represented as a hexadecimal string in "12345678-abcd-1234-cdef-123456789abc" format. |
| version | xsd:string | The version string for this virtual machine. |
| Properties inherited from DynamicData | ||
| dynamicProperty, dynamicType | ||
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |