
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
832 B
ReStructuredText
28 lines
832 B
ReStructuredText
.. _vim.host.NumericSensorInfo: ../../../vim/host/NumericSensorInfo.rst
|
|
|
|
.. _vim.host.NumericSensorInfo.HealthState: ../../../vim/host/NumericSensorInfo/HealthState.rst
|
|
|
|
vim.host.NumericSensorInfo.HealthState
|
|
======================================
|
|
Health state of the numeric sensor as reported by the sensor probes.
|
|
:contained by: `vim.host.NumericSensorInfo`_
|
|
|
|
:type: `vim.host.NumericSensorInfo.HealthState`_
|
|
|
|
:name: red
|
|
|
|
values:
|
|
--------
|
|
|
|
unknown
|
|
The implementation cannot report on the current health state of the physical element
|
|
|
|
green
|
|
The sensor is operating under normal conditions
|
|
|
|
red
|
|
The sensor is operating under critical or fatal conditions. This may directly affect the functioning of both the sensor and related components.
|
|
|
|
yellow
|
|
The sensor is operating under conditions that are non-critical.
|