Data Object - ReplicaQueryIntervalParam(sms.storage.replication.QueryPointInTimeReplicaParam.ReplicaQueryIntervalParam)

Property of
QueryPointInTimeReplicaParam
Extends
DynamicData
Since
6.5

Data Object Description

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.

    Properties

    Name Type Description
    fromDate*xsd:dateTime

    Return all PiTs including and later than fromDate.
    number*xsd:int

    Return information for only number entries.
    toDate*xsd:dateTime

    Return all PiTs earlier than toDate.
    Properties inherited from DynamicData
    None
    *Need not be set
    Show WSDL type definition