Class: HostNumericSensorHealthState
- Inherits:
-
String
- Object
- String
- HostNumericSensorHealthState
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNumericSensorHealthState
Constant Summary collapse
- Green =
HostNumericSensorHealthState.new("green")
- Red =
HostNumericSensorHealthState.new("red")
- Unknown =
HostNumericSensorHealthState.new("unknown")
- Yellow =
HostNumericSensorHealthState.new("yellow")