Search

Class VcEventManager

Extends com.vmware.vmo.plugin.vi4.model.VimContentManagedObject
This managed object type provides properties and methods for event management support. Event objects are used to record significant state changes of managed entities.

Attributes

Name Type Description
description VcEventDescription Static descriptive strings used in events.
id String returns the id of this ManagedObject
latestEvent VcEvent The latest event that happened on the VirtualCenter server.
maxCollector Number For each client, the maximum number of event collectors that can exist simultaneously.
reference VcManagedObjectReference returns the ManagedObjectReference of this ManagedObject
sdkConnection VcSdkConnection returns the parent SdkConnection
vimHost VcSdkConnection returns the parent SdkConnection (deprecated)
vimType String returns the type of this ManagedObject

Methods

Name Returns
createCollectorForEvents(VcEventFilterSpec filter) VcEventHistoryCollector
createTrigger(Number timeout, String filter, String condition, String filterToSync) Trigger
logUserEvent(VcManagedEntity entity, String msg) void
postEvent(VcEvent eventToPost, VcTaskInfo taskInfo) void
queryEvents(VcEventFilterSpec filter) VcEvent[]
retrieveArgumentDescription(String eventTypeId) VcEventArgDesc[]

Returned by

None

Referenced in

None