vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - FileShareQueryResult(vim.vsan.FileShareQueryResult)
- Returned by
- VsanClusterQueryFileShares
- Extends
- DynamicData
- See also
- VsanFileShare
- Since
- 7.0
Data Object Description
Result for query file share operation.Properties
Name | Type | Description |
---|---|---|
fileShares* | VsanFileShare[] |
A list of file shares that matches query criteria. Note that the number of
return value will be limited by offset or the limit in the query
specification and the total number of remaining file shares.
|
maxShareCount* | xsd:long |
This field indicates the maximum number of shares that can be configured
in the cluster.
This field will only be set in a vSAN ESA cluster.
Since 8.0.0.4 |
nextOffset* | xsd:string |
This field indicates the starting offset for the next query. If there is no
more share to be returned, this value is None. If there are more shares after
this result to be returned, it should be passed to next query. For more
explanation, see offset
|
totalShareCount* | xsd:long |
The number of file shares created in total. This value could be used by
client to decide if there is a need to make further calls for querying
remaining file shares.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |