PbmQueryReplicationGroupResult
The PbmQueryReplicationGroupResult data object identifies a virtual machine, or a virtual disk and lists the identifier(s) for the associated replication group.
This structure may be used only with operations rendered under /pbm
.
{
"_typeName": "string",
"object": {
"_typeName": "string",
"objectType": "string",
"key": "string",
"serverUuid": "string"
},
"replicationGroupId": {
"_typeName": "string",
"faultDomainId": {
"_typeName": "string",
"id": "string"
},
"deviceGroupId": {
"_typeName": "string",
"id": "string"
}
},
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
The PbmServerObjectRef data object identifies a virtual machine, virtual disk attached to a virtual machine, a first class storage object or a datastore.
This structure may be used only with operations rendered under /pbm
.
The identity of a replication group.
A following well-known ReplicationGroupId
{
deviceGroupId: ffffffff-ffff-ffff-ffff-ffffffffffff
}
means that VASA provider can create a new ReplicationGroupId on demand (this feature may not be supported in the first vSphere release that supports VVol replication).