Esx.Settings.Clusters.Configuration.SolutionsInternal.SetResult
The Esx.Settings.Clusters.Configuration.SolutionsInternal.SetResult Schema contains properties describing the result of the setting solution configurations to desired state.
This schema was added in vSphere API 9.0.0.0.
Note: this schema is restricted for VMware internal use only.
{
"status": "string",
"errors": [
{
"path": "string",
"display_path": [
"string"
],
"messages": [
"Vapi.Std.LocalizableMessage Object"
]
}
]
}
The status of the operation.
Possible values:
- SUCCESS: The operation was successful.
- FAILURE: The operation failed.
For more information see: Esx.Settings.Clusters.Configuration.SolutionsInternal.SetResult.Status.
This property was added in vSphere API 9.0.0.0.
The list of validation errors if the solution configuration is not valid.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of status is Esx.Settings.Clusters.Configuration.SolutionsInternal.SetResult.Status.FAILURE.