Esx.Settings.Clusters.Configuration.HostStatus.Status
Esx.Settings.Clusters.Configuration.HostStatus.Status
The Esx.Settings.Clusters.Configuration.HostStatus.Status enumerated type contains the possible different status codes that can be returned while trying to perform an operation on the hosts within the cluster.
Possible values:
- OK: The operation completed successfully.
- PENDING: The operation is pending.
- RUNNING: The operation is in progress.
- RETRY_PENDING: The operation is pending a retry.
- SKIPPED: The operation was skipped.
- CANCELED: The operation was canceled.
- TIMED_OUT: The operation timed out.
- ERROR: The operation encountered an unspecified error.
This enumeration was added in vSphere API 8.0.1.0.
This data structure has no properties.
Enumeration:
OK,
PENDING,
RUNNING,
RETRY_PENDING,
SKIPPED,
CANCELED,
TIMED_OUT,
ERROR,