Data Object - SolutionsApplySpec

Extends
vmodl.DynamicData
See also
vim.HostSystem.html">HostSystem, SolutionsSolutionConfig,

Properties

Name Type Description
desiredState*SolutionsSolutionConfig[]

Complete desired state to be applied on the target entity.

the solutions member limits which parts of this desired state to be applied

    If the solutions member is ommited.
  • Any solution described in this structure will be applied on the target entity
  • Any solution already existing on the target entity, but missing from this structure, will be deleted from the target entity

hosts*vmodl.ManagedObjectReference
to a vim.HostSystem

Specifies exact hosts to apply the desired state to, instead of every host in the cluster.
solutions*xsd:string[]

If provided, limits the parts of the desiredState structure to be applied on the target entity.
  • solutions that are also present in the desiredState structure will be applied on the target entity.
  • solutions that are missing from the desiredState structure will be deleted from the target entity.

transitionMap*SolutionsTransitionInfo[]

Mapping of required transitions for solutions to legacy agency IDs.
Properties inherited from vmodl.DynamicData
None
*Need not be set