Esx.Settings.Clusters.Configuration.SolutionsInternal.SetSpec
The Esx.Settings.Clusters.Configuration.SolutionsInternal.SetSpec Schema contains properties that describe the specification to be used for setting desired state for a list of solutions.
This schema was added in vSphere API 9.0.0.0.
Note: this schema is restricted for VMware internal use only.
{
"format": "string",
"delete_keys": [
"string"
],
"set_keys": {
"set_keys": {
"type": "string",
"object_value": "string",
"array_value": [
"string"
]
}
}
}
The configuration format.
Possible values:
- KEY_BASED: The configuration is represented as serialized JSON string, where string contains value for a specific component, group and key.
For more information see: Esx.Settings.Clusters.Configuration.SolutionsInternal.ConfigurationFormat.
This property was added in vSphere API 9.0.0.0.
List of component, group, key that will be deleted.
This property was added in vSphere API 9.0.0.0.
This field is missing or null if there is no solution configuration to be deleted.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.settings.configuration.component.group.key. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.configuration.component.group.key.
Map of component, group, key to the specification describing the the solution configuration being set.
This property was added in vSphere API 9.0.0.0.
This field is missing or null if there is no solution configuration to be set.
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: com.vmware.esx.settings.configuration.component.group.key. 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: com.vmware.esx.settings.configuration.component.group.key.