VMFolderInfo
VMFolderInfo
Information related to VM folder.
JSON Example
{
"children": [],
"datacenter_id": "datacenter-1",
"id": "group-v1",
"incompatible_reasons": [
"string"
],
"name": "Discovered virtual machine",
"path": "/Datacenter/vm/Discovered virtual machine",
"type": "FOLDER",
"vcenter_id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e"
}
string
datacenter_id
Optional
Datacenter id for this VM folder.
string
id
Optional
Unique ID representing the VM folder.
array of string
incompatible_reasons
Optional
Reasons that may preclude this VM folder from being used in desktop pool or farm.
Possible values are : IN_USE, REPLICA_FOLDER,
string
name
Optional
VM folder name.
string
path
Optional
VM folder path.
string
type
Optional
VM folder type.
- DATACENTER: A datacenter that serves as a folder suitable for use in desktop pool/farm.
- FOLDER: A regular folder suitable for use in desktop pool/farm.
- OTHER: Other folder type that cannot be used in desktop pool/farm.
Possible values are : DATACENTER, FOLDER, OTHER,
string
vcenter_id
Optional
Virtual Center id for this VM folder.