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)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (Numeric) order

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

- (String) pool_name

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

- (Numeric) ratio

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