DatastoreGroupInfoDrResponseEntity
DatastoreGroupInfoDrResponseEntity
Information about a datastore group. Available for Array-Based Replication protection groups.
AllOf
This class requires all of the following:
JSON Example
{
"id": "string",
"array_pair": "string",
"datastores": [
{
"id": "string",
"name": "string",
"issue_type": "string",
"conflict_protection_group": "string",
"conflict_protection_group_name": "string",
"capacity_details": {
"total_capacity": 0,
"used_space": 0
}
}
],
"vm_infos": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"datastores": [
{}
],
"protection_status": "string",
"protection_issues": [
{
"type": "string",
"datastore_name": "string",
"device_id": 0,
"disk_key": 0,
"datastore": "string"
}
]
}
],
"potential_vm_to_add_infos": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"datastores": [
{}
],
"protection_status": "string",
"protection_issues": [
{
"type": "string",
"datastore_name": "string",
"device_id": 0,
"disk_key": 0,
"datastore": "string"
}
]
}
],
"rdm_keys": [
{
"id": "string",
"name": "string",
"issue_type": "string"
}
],
"status": "string",
"protection_groups": [
{}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}