Esx.Settings.Clusters.Enablement.Configuration.Transition.Info.Status
Esx.Settings.Clusters.Enablement.Configuration.Transition.Info.Status
The Esx.Settings.Clusters.Enablement.Configuration.Transition.Info.Status enumerated type contains the possible status codes describing the transition state of the cluster.
Possible values:
- ENABLED: Transition has completed successfully and the cluster is managed through the desired configuration management platform.
- ENABLE_IN_PROGRESS: Transition has started and POST /esx/settings/clusters/{cluster}/enablement/configuration/transition?action=enable task is running on the cluster.
- NOT_ALLOWED_IN_CURRENT_STATE: Cluster is not in a state to transition to desired configuration management platform. The cluster ends up in this state if another user identified by Esx.Settings.Clusters.Enablement.Configuration.Transition.State.author has already started transition.
- NOT_STARTED: Transition has not started on the cluster.
- SOFTWARE_SPECIFICATION_NOT_SET: Desired software specification is not set on the cluster. This is a pre-requisite to transition a cluster to desired configuration management platform.
- STARTED: Transition has started on the cluster.
This enumeration was added in vSphere API 8.0.1.0.
This data structure has no properties.
Enumeration:
ENABLED,
ENABLE_IN_PROGRESS,
NOT_ALLOWED_IN_CURRENT_STATE,
NOT_STARTED,
SOFTWARE_SPECIFICATION_NOT_SET,
STARTED,