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

28 lines
755 B
ReStructuredText

.. _str: https://docs.python.org/2/library/stdtypes.html
.. _VI API 2.5: ../../vim/version.rst#vimversionversion2
.. _vmodl.ManagedObject: ../../vim.ExtensibleManagedObject.rst
.. _vim.event.GeneralEvent: ../../vim/event/GeneralEvent.rst
.. _vim.event.ExtendedEvent.Pair: ../../vim/event/ExtendedEvent/Pair.rst
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.