Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyResult

Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyResult
Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyResult

The Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyResult Schema contains the cluster and host configuration for a component, group, key.

This schema was added in vSphere API 9.0.0.0.

Note: this schema is restricted for VMware internal use only.

JSON Example
{
    "cluster_configuration": {
        "type": "string",
        "object_value": "string",
        "array_value": [
            "string"
        ]
    },
    "host_configurations": {
        "host_configurations": {
            "type": "string",
            "object_value": "string",
            "array_value": [
                "string"
            ]
        }
    },
    "extra_host_configurations": {
        "extra_host_configurations": {
            "type": "string",
            "object_value": "string",
            "array_value": [
                "string"
            ]
        }
    },
    "missing_hosts": [
        "string"
    ]
}
cluster_configuration
Optional

The cluster configuration for a component, group, key as a serialized JSON string or list of serialized JSON string.

This property was added in vSphere API 9.0.0.0.

This field is missing or null if there is host-specific configuration in desired document for all hosts in the cluster.

object
host_configurations
Optional

Map of host to host's configuration for a component, group, key as a serialized JSON string or list of serialized JSON string.

This property was added in vSphere API 9.0.0.0.

This field is set if there is host-specific or host-overridden configuration.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: HostSystem.

object
extra_host_configurations
Optional

Map of host's UUID to host's configuration for a component, group, key as a serialized JSON string for host's that are not present in the inventory but have desired configuration state.

This property was added in vSphere API 9.0.0.0.

This field is set if there is desired configuration for hosts that are not in the cluster.

array of string
missing_hosts
Optional

List of host which do not have configuration for a component, group, key in the desired document but are in the cluster. This applies for configurations which have host-specific properties.

This property was added in vSphere API 9.0.0.0.

This field is set if there is no host-specific configuration for a host.

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.