TargetGroupMemberInfo

TargetGroupMemberInfo
TargetGroupMemberInfo

Information about member virtual volumes in a ReplicationGroup on the target when the state is TARGET.

This need not include information about all the snapshots in the ReplicationGroup.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "replicaId": {
        "_typeName": "string",
        "id": "string"
    },
    "sourceId": {
        "_typeName": "string"
    },
    "targetDatastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
replicaId
Required

Identifier of the replica device.

sourceId
Required

Source device, since the device id can be the same in all the domains, this needs to supplemented with the domain id to identify the device.

targetDatastore
Required

Datastore of the target device.

This may be used by CAM/SRM to notify the administrators to setup access paths for the hosts to access the recovered devices.