| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
RuntimeInfo
represents the runtime information of the vSphere ESX Agent
Manager managed
objects Agency and Agent. The runtime information provides
two kinds of information, namely, the
desired goal state of the entity and the status with regards to conforming
to that goal state.
Properties
Name | Type | Description |
---|---|---|
entity | vmodl.ManagedObjectReference
to a EamObject |
The Agent or Agency with which this RuntimeInfo object is associated.
|
goalState | xsd:string |
The desired state of the entity. See EamObjectRuntimeInfoGoalState |
issue* | Issue[] |
Current issues that have been detected for this entity. Each issue can be remediated
by invoking EamObject#resolve(int[]) or EamObject#resolveAll().
|
status | xsd:string |
The health of the managed entity. This denotes how well the entity conforms to the
goal state. See EamObjectRuntimeInfoStatus |
Properties inherited from vmodl.DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |