PbmQueryReplicationGroupResult

PbmQueryReplicationGroupResult
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
            }
        ]
    }
}
object
Required

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.

fault
Optional

The base data object type for all the object model faults that an application might handle.