TargetDeviceId
TargetDeviceId
Represents a replication target device, since the replication group id can be the same in all the domains, this is keyed by the fault domain id.
This structure may be used only with operations rendered under /sms
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"domainId": {
"_typeName": "string",
"id": "string"
},
"deviceId": {
"_typeName": "string",
"id": "string"
}
}
domainId
Required
ID of the fault domain.
deviceId
Required
ID of the target device.