Test Search vSphere ESX Agent Manager API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - SolutionsApplySpec
- Extends
- vmodl.DynamicData
- See also
-
vim.HostSystem.html">HostSystem,
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.HostSystemSpecifies 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.
Properties inherited from vmodl.DynamicData None
Top of page Local Properties Managed Object Types Data Object Types All Properties All Methods