Clusters_ProtectionGroups_ListResult
Clusters_ProtectionGroups_ListResult
The ProtectionGroups.ListResult structure represents the result of ProtectionGroups.list operation.
JSON Example
{
"items": [
{
"pg": "string",
"info": {
"name": "string",
"status": "string",
"target_entities": {
"vm_name_patterns": [
"string"
],
"vms": [
"string"
]
},
"snapshot_policies": [
{
"name": "string",
"schedule": {
"unit": "string",
"interval": 0
},
"retention": {
"unit": "TimeUnit Object",
"duration": 0
}
}
],
"last_snapshot_time": "string",
"oldest_snapshot_time": "string",
"vms": [
"string"
],
"snapshots": [
"string"
],
"locked": false
}
}
]
}