SourceGroupMemberInfo

SourceGroupMemberInfo
SourceGroupMemberInfo

Represents a member virtual volume of a replication group on the source end of the replication arrow.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceId": {
        "_typeName": "string"
    },
    "targetId": [
        {
            "_typeName": "string",
            "domainId": {
                "_typeName": "string",
                "id": "string"
            },
            "deviceId": {
                "_typeName": "string",
                "id": "string"
            }
        }
    ]
}
deviceId
Required

Base class that represents a replicated device.

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

targetId
Optional

Target devices, key'ed by the fault domain id.

TODO: It is not clear if we really need this information, since the target side query can return the target -> source relation information.