Clusters_VirtualMachines_ListItem

Clusters_VirtualMachines_ListItem
Clusters_VirtualMachines_ListItem

The VirtualMachines.ListItem structure contains information about a virtual machine returned by VirtualMachines.list operation

JSON Example
{
    "vm": "string",
    "info": {
        "name": "string",
        "local_protection_enabled": false,
        "protection_groups": [
            "string"
        ],
        "last_snapshot_time": "string",
        "oldest_snapshot_time": "string",
        "snapshot_count": 0,
        "in_cluster": false
    }
}
string
vm
Required

Identifier of the virtual machine. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: VirtualMachine. When operations return a value of this structure as a result, the field will be an identifier for the resource type: VirtualMachine.

info
Required

The VirtualMachines.Info structure contains fields that provide information regarding a virtual machine.