Test Search vSphere ESX Agent Manager API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - EamObjectRuntimeInfo
- Property of
- Agency
- Returned by
- AgencyQueryRuntime
- Extended by
- AgentRuntimeInfo
- Extends
- vmodl.DynamicData
- See also
- EamObject, Issue
- Since
- 1.0
Data Object Description
TheRuntimeInfo
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 |