Class: IControl::System::CPUMetric
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::CPUMetric
- Defined in:
- lib/icontrol/system.rb,
lib/icontrol/system.rb
Overview
A structure that contains the CPU metric value.
Instance Attribute Summary collapse
-
#metric_type ⇒ IControl::System::CPUMetricType
The metric type.
-
#value ⇒ Numeric
The metric value.
Instance Attribute Details
#metric_type ⇒ IControl::System::CPUMetricType
The metric type.
83 84 85 |
# File 'lib/icontrol/system.rb', line 83 def metric_type @metric_type end |
#value ⇒ Numeric
The metric value.
83 84 85 |
# File 'lib/icontrol/system.rb', line 83 def value @value end |