ProtectionGroupCreateSpec
ProtectionGroupCreateSpec
A spec to create 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"
}
]
},
"location": "string",
"replication_type": "string",
"protected_vc_guid": "string"
}
string
name
Required
The name of the group.
string
description
Optional
The description of the group.
string
location
Optional
The target location where the protection group will be placed. If not specified - the root folder will be used.
string
replication_type
Required
Underlying replication type of the protection group:
- UNKNOWN - Unknown replication.
- ABR - Array-based replication.
- HBR - Host-based replication replication.
- VVOL - VVOL-based replication.
Possible values are : UNKNOWN, ABR, HBR, VVOL,
string As uuid As uuid
protected_vc_guid
Required
The GUID of the protected site VC.