VirtualMachineConfigSummary
A subset of virtual machine configuration.
{
"_typeName": "string",
"name": "string",
"template": false,
"vmPathName": "string",
"memorySizeMB": 0,
"cpuReservation": 0,
"memoryReservation": 0,
"numCpu": 0,
"numEthernetCards": 0,
"numVirtualDisks": 0,
"uuid": "string",
"instanceUuid": "string",
"guestId": "string",
"guestFullName": "string",
"annotation": "string",
"product": {
"_typeName": "string",
"key": 0,
"classId": "string",
"instanceId": "string",
"name": "string",
"vendor": "string",
"version": "string",
"fullVersion": "string",
"vendorUrl": "string",
"productUrl": "string",
"appUrl": "string"
},
"installBootRequired": false,
"ftInfo": {
"_typeName": "string",
"role": 0,
"instanceUuids": [
"string"
],
"configPaths": [
"string"
],
"orphaned": false
},
"managedBy": {
"_typeName": "string",
"extensionKey": "string",
"type": "string"
},
"tpmPresent": false,
"numVmiopBackings": 0,
"hwVersion": "string"
}
Name of the virtual machine.
Flag to determine whether or not this virtual machine is a template.
Path name to the configuration file for the virtual machine
Memory size of the virtual machine, in megabytes.
Configured CPU reservation in MHz
Configured Memory reservation in MB
Number of processors in the virtual machine.
Number of virtual network adapters.
Number of virtual disks attached to the virtual machine.
Virtual machine BIOS identification.
VC-specific identifier of the virtual machine
Guest operating system identifier (short name).
Guest operating system name configured on the virtual machine.
Description for the virtual machine.
Product information.
References to properties in the URLs are expanded.
Whether the VM requires a reboot to finish installation.
False if no vApp meta-data is configured.
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.
Specifies that this VM is managed by a VC Extension.
See the managedBy property in the ConfigSpec for more details.
Is TPM present in a VM?
Number of VMIOP backed devices attached to the virtual machine.
The hardware version string for this virtual machine.