Esx.Settings.Hosts.Configuration.Drafts.ChangedProperty
The Esx.Settings.Hosts.Configuration.Drafts.ChangedProperty schema contains information about a property that is different in this draft from the committed 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.
{
"path": "string",
"display_path": [
"string"
],
"type": "string",
"current": "string",
"draft": "string"
}
A JSON-Pointer that refers to the property that has been changed.
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.
A list of the display names for components of Esx.Settings.Hosts.Configuration.Drafts.ChangedProperty.path 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.
This field is missing or null if the display names cannot be computed.
The data type of the property pointed by {#path}.
Possible values:
- PRIMITIVE: The changed property is of primitive data type.
- OBJECT: The changed property is of type object.
- ARRAY_OF_OBJECTS: The changed property is of array of object data type.
- ARRAY_OF_PRIMITIVES: The changed property is of array of primitive data type.
For more information see: Esx.Settings.Hosts.Configuration.Drafts.ChangedProperty.Type.
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 missing or null if the data type of the property is not available.
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, the current value of the property in the standalone host configuration. If not set, the property does not exist in the current standalone host configuration.
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, this is the new value for the property in this draft. If not set, the property has been deleted in this draft.