
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
28 lines
753 B
ReStructuredText
28 lines
753 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.
|