vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanHostComponentSyncState(vim.vsan.host.VsanComponentSyncState)
- Property of
- VsanHostVsanObjectSyncState
- Extends
- DynamicData
- Since
- 6.7
Data Object Description
This data object type describes sync state for a vSAN component.Properties
Name | Type | Description |
---|---|---|
bytesToSync | xsd:long |
Indicates how many bytes need to be synced for this component.
|
diskUuid | xsd:string |
Represents the uuid of disk on which component resides.
|
hostUuid | xsd:string |
Represents the uuid of host on which component resides.
|
reasons* | xsd:string[] |
The list of reasons indicate why the component went into syncing state.
The API returns full list of reasons for background. However, sometimes
it's userful to generate an aggregate reason, in which case the following
priorities could be used:
See VsanSyncReason |
recoveryETA* | xsd:long |
The estimated time in seconds to complete recovery. This attribute will
be not returned if no data has been synced.
|
uuid | xsd:string |
Represents the uuid of component.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |