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
.
{
"_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"
}
}
]
}
]
}
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.
Description the Replication Group, may be edited after creating the Replication Group.
May be a localized string.
State of the replication group on the source.
Information about the member virtual volumes and their replicas.