
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
894 B
894 B
vim.alarm.AlarmInfo
Attributes of an alarm.
- extends
- Attributes:
-
key (str):
The unique key.
alarm (vim.alarm.Alarm):
The alarm object.
entity (vim.ManagedEntity):
The entity on which the alarm is registered.
lastModifiedTime (datetime):
The time the alarm was created or modified.
lastModifiedUser (str):
User name that modified the alarm most recently.
creationEventId (int):
The event ID that records the alarm creation.