Esx.Settings.Clusters.Configuration.HostSpecifics.SettingValue

Esx.Settings.Clusters.Configuration.HostSpecifics.SettingValue
Esx.Settings.Clusters.Configuration.HostSpecifics.SettingValue

This Esx.Settings.Clusters.Configuration.HostSpecifics.SettingValue schema contains properties that contains configuration value for a host-specific property.

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
{
    "path": "string",
    "display_path": [
        "string"
    ],
    "desired_value": "string",
    "host_value": "string"
}
string
path
Required

Host-specific property path

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.

array of string
display_path
Required

Host-specific property display path

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
desired_value
Optional

Host-specific property value in the document

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.

The field is missing or null if the document does not contain the property value

string
host_value
Optional

Host-specific property value on the host.

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.

The field is missing or null if {#desiredValue} is empty and host has configured value.