Managing Events with EventManager
Last Updated December 19, 2024

EventManager
is the service interface for working with the event infrastructure.
Figure 1 shows
EventManager
and related objects. An
EventManager
has these properties:
  • A
    description
    property, defined as an instance of an
    EventDescription
    data object, which contains an event category and other information.
  • A
    latestEvent
    property that contains the most recent
    Event
    data object in memory.
  • A
    maxCollector
    property that specifies the number of
    EventHistoryCollector
    objects per client session that can be created. This value is set by the vCenter Server system.
    EventManager Managed Object and Associated Objects