Esx.Settings.Hosts.Configuration.HostStatus.Status
Esx.Settings.Hosts.Configuration.HostStatus.Status
The Esx.Settings.Hosts.Configuration.HostStatus.Status enumerated type contains the possible different status codes that can be returned while trying to perform an operation on the host.
Possible values:
- OK: The operation completed successfully.
- RUNNING: The operation is in progress.
- RETRY_PENDING: The operation is pending a retry.
- CANCELED: The operation was canceled.
- TIMED_OUT: The operation timed out.
- ERROR: The operation encountered an unspecified error.
Warning: this enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
This data structure has no properties.
Enumeration:
OK,
RUNNING,
RETRY_PENDING,
CANCELED,
TIMED_OUT,
ERROR,