ProtectionGroupVmInfoDrResponseEntity
ProtectionGroupVmInfoDrResponseEntity
Details about a VM and its protection settings within a protection group.
AllOf
This class requires all of the following:
JSON Example
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"protection_info": {
"recovery_folder": {
"id": "string",
"name": "string"
},
"recovery_resource_pool": {
"id": "string",
"name": "string"
},
"recovery_host": {
"id": "string",
"name": "string"
},
"recovery_networks": [
{
"id": "string",
"name": "string",
"type": "string"
}
],
"vmotion_eligible": false
},
"protection_status_details": {
"status": "string",
"errors": [
"string"
]
},
"vvol_replication_group_data": [
{
"fault_domain_id": "string",
"device_group_id": "string",
"name": "string"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}