vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanSyncingObjectFilter(vim.cluster.VsanSyncingObjectFilter)
- Parameter to
- QuerySyncingVsanObjectsSummary
- Extends
- DynamicData
- Since
- 6.8.7
Data Object Description
Object to specify the various filter options for result.Properties
Name | Type | Description |
---|---|---|
includeDedupObject* | xsd:boolean |
Whether the query result includes the dedup store objects.
If do not set it to true, dedup store objects are not included by default.
Since 9.0.0.0 |
numberOfObjects* | xsd:long |
Number of actively resyncing objects for which component level details are required.
Default value will be 0, none objects returned.
|
offset* | xsd:long |
Indicates the number of objects to be skipped when for resyncing object to be returned.
Objects to return is calculated based on start and number of objects. 0 if not specified.
Value less than 0 is illegal.
|
resyncStatus* | xsd:string |
Return syncing objects based on resync status specified by user.
User specifies one of the values defined in VsanSyncStatus See VsanSyncStatus |
resyncType* | xsd:string |
Return syncing objects based on resync type specified by user.
User specifies one of the values defined in VsanSyncReason See VsanSyncReason |
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |