vCenter Storage Monitoring Service API


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:

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