Class: IControl::GlobalLB::WideIP::WideIPPool
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::WideIP::WideIPPool
- 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
-
#order ⇒ Numeric
The order given to the specified pool.
-
#pool_name ⇒ String
The pool name.
-
#ratio ⇒ Numeric
The ratio given to the specified pool.
Instance Attribute Details
#order ⇒ Numeric
The order given to the specified pool.
438 439 440 |
# File 'lib/icontrol/global_lb/wide_ip.rb', line 438 def order @order end |
#pool_name ⇒ String
The pool name.
438 439 440 |
# File 'lib/icontrol/global_lb/wide_ip.rb', line 438 def pool_name @pool_name end |
#ratio ⇒ Numeric
The ratio given to the specified pool.
438 439 440 |
# File 'lib/icontrol/global_lb/wide_ip.rb', line 438 def ratio @ratio end |