|
Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Power supply state. More...
import "ShelfPowerSupply.idl";
Public Attributes | |
| boolean | available |
| State reading is valid. | |
| boolean | isPresent |
| PSU is plugged into the slot. | |
| PowerState | powerState |
| Current power state of PSU (always PS_ON if power control is not supported) | |
| int | fanSpeedOverridePercent |
| Current PSU fan speed override (in %); 0 if fan speed is not overridden. | |
| boolean | hasPendingFault |
| Whether any of the fault sensors of this power supply reports a non-normal state. | |
Power supply state.
Definition at line 49 of file ShelfPowerSupply.idl.
| boolean pdumodel::ShelfPowerSupply::State::available |
State reading is valid.
Definition at line 50 of file ShelfPowerSupply.idl.
| int pdumodel::ShelfPowerSupply::State::fanSpeedOverridePercent |
Current PSU fan speed override (in %); 0 if fan speed is not overridden.
Definition at line 53 of file ShelfPowerSupply.idl.
| boolean pdumodel::ShelfPowerSupply::State::hasPendingFault |
Whether any of the fault sensors of this power supply reports a non-normal state.
Definition at line 54 of file ShelfPowerSupply.idl.
| boolean pdumodel::ShelfPowerSupply::State::isPresent |
PSU is plugged into the slot.
Definition at line 51 of file ShelfPowerSupply.idl.
| PowerState pdumodel::ShelfPowerSupply::State::powerState |
Current power state of PSU (always PS_ON if power control is not supported)
Definition at line 52 of file ShelfPowerSupply.idl.