Class: IControl::GlobalLB::WideIP::WideIPPool

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/global_lb/wide_ip.rb,
lib/icontrol/global_lb/wide_ip.rb

Overview

A struct that describes a wide IP’s pool.

Instance Attribute Summary collapse

Instance Attribute Details

#orderNumeric

The order given to the specified pool.

Returns:

  • (Numeric)

    the current value of order



438
439
440
# File 'lib/icontrol/global_lb/wide_ip.rb', line 438

def order
  @order
end

#pool_nameString

The pool name.

Returns:

  • (String)

    the current value of pool_name



438
439
440
# File 'lib/icontrol/global_lb/wide_ip.rb', line 438

def pool_name
  @pool_name
end

#ratioNumeric

The ratio given to the specified pool.

Returns:

  • (Numeric)

    the current value of ratio



438
439
440
# File 'lib/icontrol/global_lb/wide_ip.rb', line 438

def ratio
  @ratio
end