DatastoreGroupVmInfo

DatastoreGroupVmInfo
DatastoreGroupVmInfo

Details about VMs in the context of a datastore group.

JSON Example
{
    "id": "string",
    "name": "string",
    "template": false,
    "inside_vapp": false,
    "datastores": [
        "string"
    ],
    "protection_status": "string",
    "protection_issues": [
        {
            "type": "string",
            "datastore_name": "string",
            "device_id": 0,
            "disk_key": 0,
            "datastore": "string"
        }
    ]
}
string
id
Required

The identifier of the virtual machine

string
name
Required

The name of the virtual machine

boolean
template
Optional

Whether this VM is a template VM

boolean
inside_vapp
Optional

Whether this VM is inside a vApp

array of string
datastores
Optional

Datastores that have disks of this VM.

string
protection_status
Optional

Protection status of the VM in the context of the current datastore group.

Possible values are : PROTECTED, NOT_PROTECTED, NOT_REPLICATED,
protection_issues
Optional

Information about protection issues with this VM in the context of the current datastore group.