VMTemplateInfo
VMTemplateInfo
Information related to VM template.
JSON Example
{
"datacenter_id": "datacenter-1",
"disk_size_in_bytes": 42949672960,
"id": "vm-1",
"incompatible_reasons": [
"string"
],
"memory_mb": 4096,
"name": "Win10Template",
"operating_system": "WINDOWS_10",
"operating_system_display_name": "Microsoft Windows 10 (64-bit)",
"path": "/Datacenter/vm/Templates/Win10Template",
"vcenter_id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
"vgpu_type": "string"
}
string
datacenter_id
Optional
Datacenter id for this VM template.
integer As int64
As int64
disk_size_in_bytes
Optional
Sum of capacities of all the virtual disks in the template, in bytes.
string
id
Optional
Unique ID representing a VM template.
array of
string
incompatible_reasons
Optional
Reasons that may preclude this VM template from being used in full clone desktop pool creation.
integer As int32
As int32
memory_mb
Optional
Memory size of the VM template, in MB
string
name
Optional
VM template name.
string
operating_system
Optional
Operating system.
- UNKNOWN: Unknown
- WINDOWS_XP: Windows XP
- WINDOWS_VISTA: Windows Vista
- WINDOWS_7: Windows 7
- WINDOWS_8: Windows 8
- WINDOWS_10: Windows 10
- WINDOWS_SERVER_2003: Windows Server 2003
- WINDOWS_SERVER_2008: Windows Server 2008
- WINDOWS_SERVER_2008_R2: Windows Server 2008 R2
- WINDOWS_SERVER_2012: Windows Server 2012
- WINDOWS_SERVER_2012_R2: Windows Server 2012 R2
- WINDOWS_SERVER_2016_OR_ABOVE: Windows Server 2016 or above
- LINUX_OTHER: Linux (other)
- LINUX_SERVER_OTHER: Linux server (other)
- LINUX_UBUNTU: Linux (Ubuntu)
- LINUX_RHEL: Linux (Red Hat Enterprise)
- LINUX_SUSE: Linux (Suse)
- LINUX_CENTOS: Linux (CentOS)
Possible values are :
UNKNOWN,
WINDOWS_XP,
WINDOWS_VISTA,
WINDOWS_7,
WINDOWS_8,
WINDOWS_10,
WINDOWS_SERVER_2003,
WINDOWS_SERVER_2008,
WINDOWS_SERVER_2008_R2,
WINDOWS_SERVER_2012,
WINDOWS_SERVER_2012_R2,
WINDOWS_SERVER_2016_OR_ABOVE,
LINUX_OTHER,
LINUX_SERVER_OTHER,
LINUX_UBUNTU,
LINUX_RHEL,
LINUX_SUSE,
LINUX_CENTOS,
string
operating_system_display_name
Optional
Operating system display name from Virtual Center.
string
path
Optional
VM template path.
string
vcenter_id
Optional
ID of the vCenter to which this VM template belongs to.
string
vgpu_type
Optional
NVIDIA GRID vGPU type configured on this VM template.