Esx.Settings.Clusters.Configuration.Drafts.ChangedProperty

Esx.Settings.Clusters.Configuration.Drafts.ChangedProperty
Esx.Settings.Clusters.Configuration.Drafts.ChangedProperty

The Esx.Settings.Clusters.Configuration.Drafts.ChangedProperty schema contains information about a property that is different in this draft from the committed configuration.

This schema was added in vSphere API 8.0.2.0.

JSON Example
{
    "path": "string",
    "display_path": [
        "string"
    ],
    "type": "string",
    "current": "string",
    "draft": "string"
}
string
path
Required

A JSON-Pointer that refers to the property that has been changed.

This property was added in vSphere API 8.0.2.0.

array of string
display_path
Optional

A list of the display names for components of Esx.Settings.Clusters.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.

string
type
Optional

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.Clusters.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.

string
current
Optional

This property was added in vSphere API 8.0.2.0.

If set, the current value of the property in the cluster configuration. If not set, the property does not exist in the current cluster configuration.

string
draft
Optional

This property was added in vSphere API 8.0.2.0.

If set, this is the new value for the property in this draft. If not set, the property has been deleted in this draft.