Clusters_VirtualMachines_ListResult
Clusters_VirtualMachines_ListResult
The VirtualMachines.ListResult structure represents the result of VirtualMachines.list operation.
JSON Example
{
"items": [
{
"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
}
}
]
}