Files
deb-python-pyvmomi/docs/vim/event/ExtendedEvent.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

755 B

vim.event.ExtendedEvent

This event is the base class for extended events.

extends

vim.event.GeneralEvent

since

VI API 2.5

Attributes:

eventTypeId (str):

The id of the type of extended event.

managedObject (vmodl.ManagedObject):

The object on which the event was logged.

data ([vim.event.ExtendedEvent.Pair], optional):

Key/value pairs associated with event.