Esx.Settings.Clusters.Configuration.DependencyError

Esx.Settings.Clusters.Configuration.DependencyError
Esx.Settings.Clusters.Configuration.DependencyError

The Esx.Settings.Clusters.Configuration.DependencyError schema contains details of the validation error caused by dependency between different properties in the configuration.

This schema was added in vSphere API 8.0.2.0.

JSON Example
{
    "required_value": "string",
    "current_value": "string",
    "possible_values": "string"
}
string
required_value
Required

The dependency required by a union tag.

This property was added in vSphere API 8.0.2.0.

string
current_value
Optional

This property was added in vSphere API 8.0.2.0.

If set, it contains the current value of the dependency property.

string
possible_values
Required

The possible values of the dependency property that are compatible with this property.

This property was added in vSphere API 8.0.2.0.