VMTemplateInfo

VMTemplateInfo
VMTemplateInfo

Information related to VM template. Supported Filters : 'Equals'.

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. Supported Filters : 'Equals'.

integer As int64 As int64
disk_size_in_bytes
Optional

Sum of capacities of all the virtual disks in the template, in bytes. Supported Filters : 'Equals','Between'.

string
id
Optional

Unique ID representing a VM template. Supported Filters : 'Equals'.

array of string
incompatible_reasons
Optional

Reasons that may preclude this VM template from being used in full clone desktop pool creation. Supported Filters : 'Equals'.

integer As int32 As int32
memory_mb
Optional

Memory size of the VM template, in MB Supported Filters : 'Equals','Between'.

string
name
Optional

VM template name. Supported Filters : 'Equals','StartsWith','Contains'.

string
operating_system
Optional

Operating system. Supported Filters : 'Equals'.

  • LINUX_CENTOS: Linux (CentOS)
  • LINUX_OTHER: Linux (other)
  • LINUX_RHEL: Linux (Red Hat Enterprise)
  • LINUX_SERVER_OTHER: Linux server (other)
  • LINUX_SUSE: Linux (Suse)
  • LINUX_UBUNTU: Linux (Ubuntu)
  • UNKNOWN: Unknown
  • WINDOWS_10: Windows 10
  • WINDOWS_11: Windows 11
  • WINDOWS_7: Windows 7
  • WINDOWS_8: Windows 8
  • 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
  • WINDOWS_VISTA: Windows Vista
  • WINDOWS_XP: Windows XP
Possible values are : LINUX_CENTOS, LINUX_OTHER, LINUX_RHEL, LINUX_SERVER_OTHER, LINUX_SUSE, LINUX_UBUNTU, UNKNOWN, WINDOWS_10, WINDOWS_11, WINDOWS_7, WINDOWS_8, WINDOWS_SERVER_2003, WINDOWS_SERVER_2008, WINDOWS_SERVER_2008_R2, WINDOWS_SERVER_2012, WINDOWS_SERVER_2012_R2, WINDOWS_SERVER_2016_OR_ABOVE, WINDOWS_VISTA, WINDOWS_XP,
string
operating_system_display_name
Optional

Operating system display name from Virtual Center. Supported Filters : 'Equals'.

string
path
Optional

VM template path. Supported Filters : 'Equals','StartsWith','Contains'.

string
vcenter_id
Optional

ID of the vCenter to which this VM template belongs to. Supported Filters : 'Equals'.

string
vgpu_type
Optional

NVIDIA GRID vGPU type configured on this VM template. Supported Filters : 'Equals'.