Enum - VsanResourceCheckStatusType(vim.vsan.ResourceCheckStatusType)

Since
vSAN API 6.8.7


Enum Description

Enumeration of the types for resource check status.

Enum Constants

NameDescription
resourceCheckCancelled The resource check has been cancelled by user.
resourceCheckCompleted The resource check has completed successfully.
resourceCheckFailed The resource check has failed.
resourceCheckNoRecentValue The last resource check completed successfully but then it has not run again for a while (e.g. 60 min) and the result of the last check becomes stale.
resourceCheckNotSupported The resource check is not supported by one or more host in cluster.
resourceCheckRunning The resource check is currently running.
ResourceCheckStatusType_Unknown represent the value when the lower version client cannot recognize the enum value
resourceCheckUninitialized The resource check has never run yet, or it just starts but the task has not been launched yet (i.e. still in initialization stage).

Show WSDL type definition