ProtectionGroupCreateSpec

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.

abr_spec
Optional

abr_spec

hbr_spec
Optional

hbr_spec

vvol_spec
Optional

vvol_spec

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. <ul> <li>UNKNOWN - Unknown replication * <li>ABR - Array-based replication <li>HBR - Host-based replication <li>VVOL - vVols-based * replication </ul>

Possible values are : UNKNOWN, ABR, HBR, VVOL,
string As uuid As uuid
protected_vc_guid
Required

The GUID of the protected site VC.

Parameter To