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)
-
- (IControl::GlobalLB::MetricLimitType) type
The metric limit type.
-
- (Numeric) value
The value of the metric.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::GlobalLB::MetricLimitType) type
The metric limit type.
71 72 73 |
# File 'lib/icontrol/global_lb.rb', line 71 def type @type end |
- (Numeric) value
The value of the metric.
71 72 73 |
# File 'lib/icontrol/global_lb.rb', line 71 def value @value end |