VmTemplateLibraryItemsInfo
The LibraryItems.Info structure contains information about a virtual machine template item in content library.
Properties
Storage information about the virtual machine template’s virtual disks. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk.
Memory configuration of the virtual machine template.
Information about the virtual machine template’s virtual ethernet adapters. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet.
Storage information about the virtual machine template’s configuration and log files.
Identifier of the latest virtual machine template contained in the library item. This field is the managed object identifier used to identify the virtual machine template in the vSphere Management (SOAP) API.
JSON Example
{
"cpu": {
"cores_per_socket": 0,
"count": 0
},
"disks": {
"key": {
"disk_storage": {
"datastore": "string"
}
}
},
"guest_OS": "enum",
"memory": {
"size_MiB": 0
},
"nics": {
"key": {
"backing_type": "STANDARD_PORTGROUP",
"mac_type": "MANUAL"
}
},
"vm_home_storage": {
"datastore": "string"
},
"vm_template": "string"
}