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
-
#member ⇒ IControl::Common::IPPortDefinition
The IP address and port of the pool member.
-
#ratio ⇒ Numeric
The ratio given to the specified pool member.
Instance Attribute Details
#member ⇒ IControl::Common::IPPortDefinition
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 |
#ratio ⇒ Numeric
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 |