vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanXvcQuerySpec(vim.vsan.XvcQuerySpec)
- Parameter to
- VsanQueryHciMeshDatastores
- Extends
- DynamicData
- See also
- VsanXvcQueryFilter
- Since
- 8.0.0.2
Data Object Description
A query which encapsulates a request for specific object model. It supports filtering the object model's data to return by conditions on target object model's properties. Also, it allows for paging the final result set.Properties
Name | Type | Description |
---|---|---|
filter* | VsanXvcQueryFilter |
Restricts (filters) the set of resources to be returned for the query.
|
limit* | xsd:int |
The maximum number of result items to return. If used, the value should
be a non-negative integer.
|
objectModel* | xsd:string |
Supported object models:
|
offset* | xsd:int |
The offset into the result set. Must be non-negative number.
If unset, defaults to 0.
|
properties* | xsd:string[] |
Specifies the object model properties to be included in the
result set for the query.
For providerVcenter, each properties are illustrated below:
For clientVcenter, each properties are illustrated below:
For datastore, each properties are illustrated below:
For clientCluster, each properties are illustrated below:
For serverCluster, each properties are illustrated below:
|
returnTotalCount* | xsd:boolean |
Indicates whether the total number of objects that matched the query
should be computed and returned. This is meaningful only in cases where
the number of objects that match the query could be more than the limit
of the result items to be returned. If unset, defaults to false.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |