1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5
.. _vim.event.Event: ../../vim/event/Event.rst
vim.event.HealthStatusChangedEvent
==================================
Event used to report change in health status of VirtualCenter components.
:extends: vim.event.Event_
:since: `vSphere API 4.0`_
Attributes:
componentId (`str`_):
Unique ID of the VirtualCenter component.
oldStatus (`str`_):
Previous health status of the component.
newStatus (`str`_):
Current health status of the component.
componentName (`str`_):
Component name.
|