Class: IControl::GlobalLB::MetricLimit

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#typeIControl::GlobalLB::MetricLimitType

The metric limit type.

Returns:



71
72
73
# File 'lib/icontrol/global_lb.rb', line 71

def type
  @type
end

#valueNumeric

The value of the metric.

Returns:

  • (Numeric)

    the current value of value



71
72
73
# File 'lib/icontrol/global_lb.rb', line 71

def value
  @value
end