Esx.Settings.Inventory.Reports.Summary.Hosts.ApplyStatus
Esx.Settings.Inventory.Reports.Summary.Hosts.ApplyStatus
The Esx.Settings.Inventory.Reports.Summary.Hosts.ApplyStatus schema contains properties that describe the status of an apply operation. Note: This is patterned after values of com.vmware.esx.settings.hosts.ApplyStatus#Status enumeration.
Possible values:
- RUNNING: The operation is in progress.
- OK: The operation completed successfully.
- SKIPPED: The operation was skipped.
- TIMED_OUT: The operation timed out.
- ERROR: The operation encountered an unspecified error.
- RETRY_PENDING: The operation is being scheduled for retry.
- UNKNOWN: The operation is in an unknown state.
Warning: this constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
This enumeration was added in vSphere API 9.0.0.0.
This data structure has no properties.
Enumeration:
RUNNING,
OK,
SKIPPED,
TIMED_OUT,
ERROR,
RETRY_PENDING,
UNKNOWN,