Enum - VsanSyncStatus(vim.vsan.VsanSyncStatus)

Since
vSAN API 6.8.7


Enum Description

The status of syncing vSAN component. Components which need recovery can be in one of the three status.

Enum Constants

NameDescription
active The component which is actively syncing.
queued The component which is in queue for sync to start. Status change from queue to active could be due to reasons like availability of space in the cluster.
suspended The component which is in suspended state. This implies that once this component was actively syncing but now the sync is stopped by the cluster. Suspended state can be due to the disk on which component resides is close to full.
VsanSyncStatus_Unknown represent the value when the lower version client cannot recognize the enum value

Show WSDL type definition