Esx.Settings.Clusters.Configuration.AvailableValues.PathSpec
The Esx.Settings.Clusters.Configuration.AvailableValues.PathSpec schema contains properties that describe the input for path for which available values need to be computed.
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.
{
"hosts": [
"string"
],
"input_spec": "string"
}
Identifiers of hosts
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.
This field is set to specify hosts in the cluster for which available values need to be computed for a path that represents host specific config.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.
Input spec, encoded as JSON.
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.
This field is set to provide a input spec that shall be used to compute available values for given path.