PbmPlacementMatchingReplicationResources
PbmPlacementMatchingReplicationResources
Describes the collection of replication related resources that satisfy a policy, for a specific datastore.
This class is returned only when the policy contains replication capabilities. For a storage pod, only those replication groups that are common across all datastores in the storage pod are considered compatible.
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"replicationGroup": [
{
"_typeName": "string",
"faultDomainId": {
"_typeName": "string",
"id": "string"
},
"deviceGroupId": {
"_typeName": "string",
"id": "string"
}
}
]
}