vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - QueryPointInTimeReplicaParam(sms.storage.replication.QueryPointInTimeReplicaParam)
- Parameter to
- QueryPointInTimeReplica
- Extends
- DynamicData
- See also
- ReplicaQueryIntervalParam
- Since
- 6.5
Data Object Description
Describes the search criteria for the PiT query. If none of the fields is set, or if the number of PiT replicas is too large, VASA provider can return QueryPointInTimeReplicaSummaryResult.Properties
Name | Type | Description |
---|---|---|
pitName* | xsd:string |
Only the replicas that match the given name are requested.
A regexp according to http://www.w3.org/TR/xmlschema-2/#regexs.
|
preferDetails* | xsd:boolean |
This field is hint for the preferred type of return results.
It can be either true for QueryPointInTimeReplicaSuccessResult or
false for QueryPointInTimeReplicaSummaryResult.
If not set, VP may choose the appropriate type, as described in
ReplicaQueryIntervalParam .
Since 7.0.0.1 |
replicaTimeQueryParam* | ReplicaQueryIntervalParam |
Specifies the replica time span that vSphere is interested in.
|
tags* | xsd:string[] |
Only the replicas with tags that match the given tag(s) are requested.
Each entry may be a regexp according to http://www.w3.org/TR/xmlschema-2/#regexs.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |