Class: IControl::GlobalLB::PoolMember::MemberRatio
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::PoolMember::MemberRatio
- Defined in:
- lib/icontrol/global_lb/pool_member.rb,
lib/icontrol/global_lb/pool_member.rb
Overview
A struct that describes a pool member ratio.
Instance Attribute Summary (collapse)
-
- (IControl::Common::IPPortDefinition) member
The IP address and port of the pool member.
-
- (Numeric) ratio
The ratio given to the specified pool member.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::IPPortDefinition) member
The IP address and port of the pool member.
369 370 371 |
# File 'lib/icontrol/global_lb/pool_member.rb', line 369 def member @member end |
- (Numeric) ratio
The ratio given to the specified pool member.
369 370 371 |
# File 'lib/icontrol/global_lb/pool_member.rb', line 369 def ratio @ratio end |