ProtectionGroupEditSpec
ProtectionGroupEditSpec
A spec to edit the protection group.
JSON Example
{
"name": "string",
"description": "string",
"abr_spec": {
"replicated_array_pair": "string",
"datastores": [
"string"
]
},
"hbr_spec": {
"vms": [
"string"
]
},
"vvol_spec": {
"replication_groups": [
{
"fault_domain_id": "string",
"device_group_id": "string"
}
]
}
}
string
name
Required
Constraints:
minLength: 0
maxLength: 80
The name of the group.
string
description
Optional
Constraints:
minLength: 0
maxLength: 4096
The description of the group.
abr_spec
Optional
Array-based replication details for creation or modification of a protection group. replicatedArrayPair
is the replicated array pair that holds underlying storage devices.
hbr_spec
Optional
Host-based replication details for creation or modification of the protection group.
vvol_spec
Optional
VMware vSphere Virtual Volumes (vVols)-based replication details for creation or modification of the protection group.