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

The 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
entityvmodl.ManagedObjectReference
to a EamObject

The Agent or Agency with which this RuntimeInfo object is associated.
goalStatexsd: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().
statusxsd: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
*Need not be set