SettingsClustersEnablementConfigurationTransitionEligibilityResult
This Transition.EligibilityResult structure contains fields that describe the result of the eligibility checks performed on the cluster to determine if the cluster can transition to desired configuration management platform. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
Properties
Notifications providing additional information about the status of eligibility checks. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. This field is unset when Transition.EligibilityResult.status is ELLIGIBLE.
The Transition.EligibilityResult.Status enumerated type contains the possible status codes describing the result of eligibility checks. Warning: This enumeration is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
ELIGIBLE : This indicates that the cluster meets all the eligibility requirements. Warning: This constant is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
NOT_ELIGIBLE : This indicates that the cluster does not meet the eligibility requirements. Warning: This constant is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
Possible values are: ELIGIBLE , NOT_ELIGIBLE
JSON Example
{
"status": "ELIGIBLE"
}