
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
832 B
832 B
vim.host.NumericSensorInfo.HealthState
Health state of the numeric sensor as reported by the sensor probes. :contained by: vim.host.NumericSensorInfo
- type
- 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.