ReplicaQueryIntervalParam
Defines the parameters for a Point In Time replica (PiT) query.
vSphere will not set all the three fields.
In other words, the following combinations of fields are allowed:
- All the three fields are omitted.
- fromDate and toDate are set.
- fromDate and number are set.
- toDate and number are set.
When all the fields are omitted, VASA provider should return QueryPointInTimeReplicaSummaryResult. But, returned result can be either QueryPointInTimeReplicaSuccessResult or QueryPointInTimeReplicaSummaryResult based on value i.e true or false respectively for field preferDetails.
This structure may be used only with operations rendered under /sms
.
{
"_typeName": "string",
"fromDate": "string",
"toDate": "string",
"number": 0
}
Return all PiTs including and later than fromDate
.
Return all PiTs earlier than toDate
.
Return information for only number
entries.