Class: IControl::GlobalLB::MetricLimit
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::MetricLimit
- Defined in:
- lib/icontrol/global_lb.rb,
lib/icontrol/global_lb.rb
Overview
A struct that uniquely identifies a metric limit.
Instance Attribute Summary collapse
-
#type ⇒ IControl::GlobalLB::MetricLimitType
The metric limit type.
-
#value ⇒ Numeric
The value of the metric.
Instance Attribute Details
#type ⇒ IControl::GlobalLB::MetricLimitType
The metric limit type.
71 72 73 |
# File 'lib/icontrol/global_lb.rb', line 71 def type @type end |
#value ⇒ Numeric
The value of the metric.
71 72 73 |
# File 'lib/icontrol/global_lb.rb', line 71 def value @value end |