Esx.Settings.Hosts.Configuration.DependencyError

Esx.Settings.Hosts.Configuration.DependencyError
Esx.Settings.Hosts.Configuration.DependencyError

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

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

The dependency required by a union tag.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

string
current_value
Optional

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.