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)
-
- (Numeric) order
The order given to the specified pool.
-
- (String) pool_name
The pool name.
-
- (Numeric) ratio
The ratio given to the specified pool.
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.
438 439 440 |
# File 'lib/icontrol/global_lb/wide_ip.rb', line 438 def order @order end |
- (String) pool_name
The 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.
438 439 440 |
# File 'lib/icontrol/global_lb/wide_ip.rb', line 438 def ratio @ratio end |