QueryPointInTimeReplicaSummaryResult
QueryPointInTimeReplicaSummaryResult
Summary of the available replicas.
Mostly useful for CDP type replicators.
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"
}
]
}
],
"intervalResults": [
{
"_typeName": "string",
"fromDate": "string",
"toDate": "string",
"number": 0
}
]
}
array of ReplicaIntervalQueryResult
intervalResults
Optional
A series of query results.
No special ordering is assumed by vSphere.