SourceGroupInfo

SourceGroupInfo
SourceGroupInfo

Replication group details on the source.

We do not assume the same Replication Group id on all the sites. This is returned as answer to queryReplicationGroup.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "groupId": {
        "_typeName": "string",
        "faultDomainId": {
            "_typeName": "string",
            "id": "string"
        },
        "deviceGroupId": {
            "_typeName": "string",
            "id": "string"
        }
    },
    "name": "string",
    "description": "string",
    "state": "string",
    "replica": [
        {
            "_typeName": "string",
            "targetGroupId": {
                "_typeName": "string",
                "faultDomainId": {
                    "_typeName": "string",
                    "id": "string"
                },
                "deviceGroupId": {
                    "_typeName": "string",
                    "id": "string"
                }
            },
            "replicationAgreementDescription": "string"
        }
    ],
    "memberInfo": [
        {
            "_typeName": "string",
            "deviceId": {
                "_typeName": "string"
            },
            "targetId": [
                {
                    "_typeName": "string",
                    "domainId": {
                        "_typeName": "string",
                        "id": "string"
                    },
                    "deviceId": {
                        "_typeName": "string",
                        "id": "string"
                    }
                }
            ]
        }
    ]
}
string
name
Optional

Name of the replication group, may be edited after creating the Replication Group, not unique.

May be a localized string. Some vendors may choose to use name as the group id, to support this, vSphere will not allow the name to be modified - even if vSphere creates/manages the Replication Group.

string
description
Optional

Description the Replication Group, may be edited after creating the Replication Group.

May be a localized string.

string
state
Required

State of the replication group on the source.

replica
Optional

Information about the target Replication Groups.

memberInfo
Optional

Information about the member virtual volumes and their replicas.