Esx.Settings.Hosts.Enablement.Configuration.Transition.Info.Status
Esx.Settings.Hosts.Enablement.Configuration.Transition.Info.Status
The Esx.Settings.Hosts.Enablement.Configuration.Transition.Info.Status enumerated type contains the possible status codes describing the transition state of the standalone host.
Possible values:
- ENABLED: Transition has completed successfully and the host is managed through the desired configuration management platform.
- ENABLE_IN_PROGRESS: Transition has started and POST /esx/settings/hosts/{host}/enablement/configuration/transition?action=enable task is running on the host.
- NOT_ALLOWED_IN_CURRENT_STATE: Host is not in a state to transition to desired configuration management platform. The host ends up in this state if another user identified by Esx.Settings.Hosts.Enablement.Configuration.Transition.State.author has already started transition.
- NOT_STARTED: Transition has not started on the host.
- STARTED: Transition has started on the host.
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:
ENABLED,
ENABLE_IN_PROGRESS,
NOT_ALLOWED_IN_CURRENT_STATE,
NOT_STARTED,
STARTED,