Esx.Settings.Hosts.Software.Drafts.Software.AlternativeImages.Software.Components.UpdateSpec
The Esx.Settings.Hosts.Software.Drafts.Software.AlternativeImages.Software.Components.UpdateSpec schema contains properties that are specified to update list of components of the alternative image.
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.
{
"components_to_set": {
"components_to_set": "string"
},
"components_to_delete": [
"string"
]
}
List of components to be updated. If the component already exists in the draft, the version is updated, else it is added. If a component is provided without version, then its version will be chosen based on constraints in the system.
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 missing or null, no components will be added or updated.
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.component. 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.component.
List of components to be removed.
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 missing or null, no components will be removed.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.settings.component. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.component.