Settings_Clusters_Configuration_HostStatus_Status
Settings_Clusters_Configuration_HostStatus_Status
The 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.
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 data structure has no properties.
Enumeration:
OK,
PENDING,
RUNNING,
RETRY_PENDING,
SKIPPED,
CANCELED,
TIMED_OUT,
ERROR,