Esx.Settings.Clusters.Enablement.Configuration.Transition.EligibilityResult
This Esx.Settings.Clusters.Enablement.Configuration.Transition.EligibilityResult schema contains properties that describe the result of the eligibility checks performed on the cluster to determine if the cluster can transition to desired configuration management platform.
This schema was added in vSphere API 8.0.1.0.
{
"status": "string",
"notifications": {
"info": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"warnings": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"errors": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
]
}
}
Status of eligibility checks performed on a cluster.
Possible values:
- ELIGIBLE: This indicates that the cluster meets all the eligibility requirements.
- NOT_ELIGIBLE: This indicates that the cluster does not meet the eligibility requirements.
For more information see: Esx.Settings.Clusters.Enablement.Configuration.Transition.EligibilityResult.Status.
This property was added in vSphere API 8.0.1.0.
Notifications providing additional information about the status of eligibility checks.
This property was added in vSphere API 8.0.1.0.
This field is missing or null when Esx.Settings.Clusters.Enablement.Configuration.Transition.EligibilityResult.status is ELIGIBLE.