ReplicaQueryIntervalParam

ReplicaQueryIntervalParam
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:

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "fromDate": "string",
    "toDate": "string",
    "number": 0
}
string As date-time As date-time
fromDate
Optional

Return all PiTs including and later than fromDate.

string As date-time As date-time
toDate
Optional

Return all PiTs earlier than toDate.

integer As int32 As int32
number
Optional

Return information for only number entries.