|
Class Summary |
| ConstantConsumptionModel |
Defines a power draw model that always returns an instantaneous power draw
value equivalent to the minimum consumption set for the current power state. |
| LinearConsumptionModel |
Defines a power draw model that interpolates the returned instantaneous power
draw values between the minimum and maximum power draw values from the power
state. |
| NoIdleConsumptionModel |
Defines a power draw model that either uses the LinearConsumptionModel to
determine the power draw of uses 0W power draw value if there is no load
specified. |
| PowerState |
Represents a particular power state of a resource spreader |
| PowerState.ConsumptionModel |
By sub-classing this class one can define arbitrary consumption models. |