Test Search vSphere ESX Agent Manager API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - SolutionsSolutionComplianceResult
- Property of
- SolutionsHostComplianceResult
- Extends
- vmodl.DynamicData
- See also
- HooksHookInfo, Issue, SolutionsSolutionConfig, vim.VirtualMachine
- Since
- 1.0
Data Object Description
Result of a compliance check of a desired state dor a solution(on a host).Properties
Name | Type | Description |
---|---|---|
compliant | xsd:boolean |
{@code True} if the compute solution is compliant with the described
desired state, {@code False} - otherwise.
|
hook* | HooksHookInfo |
Hook, ESX Agent Manager is awaiting to be processed for this solution.
|
issues* | Issue[] |
Issues, ESX Agent Manager has encountered while attempting to acheive
the solution's requested desired state.
|
nonComplianceReason* | xsd:string |
Reason the solution is non-compliant
SolutionsNonComplianceReason.
|
solution | xsd:string |
Solution checked for compliance.
|
solutionConfig* | SolutionsSolutionConfig |
Last desired state for the solution, requested from ESX Agent Manager,
for application.
|
upgradingVm* | vmodl.ManagedObjectReference
to a vim.VirtualMachine |
system Virtual Machine created for upgrading the obsoleted system
Virtual Machine.
|
vm* | vmodl.ManagedObjectReference
to a vim.VirtualMachine |
system Virtual Machine created for the solution.
|
Properties inherited from vmodl.DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |