QueryPointInTimeReplicaSuccessResult

QueryPointInTimeReplicaSuccessResult
QueryPointInTimeReplicaSuccessResult

Return type for successful QueryPointInTimeReplica operation.

If the VASA provider decides that there are too many to return, it could set the result of some of the groups to TooMany fault or QueryPointInTimeReplicaSummaryResult.

vSphere will then query for these groups separately.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "groupId": {
        "_typeName": "string",
        "faultDomainId": {
            "_typeName": "string",
            "id": "string"
        },
        "deviceGroupId": {
            "_typeName": "string",
            "id": "string"
        }
    },
    "warning": [
        {
            "_typeName": "string",
            "faultCause": "MethodFault Object",
            "faultMessage": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "arg": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ],
                    "message": "string"
                }
            ]
        }
    ],
    "replicaInfo": [
        {
            "_typeName": "string",
            "id": {
                "_typeName": "string",
                "id": "string"
            },
            "pitName": "string",
            "timeStamp": "string",
            "tags": [
                "string"
            ]
        }
    ]
}
replicaInfo
Optional

Information about the available replicas.