SettingsDepotsAffectedDesiredStateInfo
The AffectedDesiredStateInfo structure contains the fields that describe which release units in the desired state will be affected by the depot to be deleted or disabled.
Properties
Affected addon of the desired state. The key is name of addon. Note: there is at most one addon affected. If unset, no addon of the desired state will be affected. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.add_on. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.add_on.
Affected base image of the desired state. If unset, no base image of the desired state will be affected.
Affected hardware support of the desired state. The key is HSM name. If unset, no hadrware support of the desired state will be affected. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager.
Affected independent components of the desired state. The components belongs to other base images, addons, solutions and hardware support packages are not counted. The key is name of component. If unset, no independent components of the desired state will be affected. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.component. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.component.
Affected solutions of the desired state. The key is name of solution. If unset, no solution of the desired state will be affected. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.solution. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.solution.
Identified of the cluster the affected desired state belongs to. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.
Since now we have standalone host, we use entityName/entityId to better describe name/id of either cluster or standalone host. Name of the cluster the affected desired state belongs to.
JSON Example
{
"cluster_id": "string",
"cluster_name": "string"
}