Class: IControl::LocalLB::PoolMember::MemberRatio
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::PoolMember::MemberRatio
- Defined in:
- lib/icontrol/local_lb/pool_member.rb,
lib/icontrol/local_lb/pool_member.rb
Overview
A struct that describes a member ratio.
Instance Attribute Summary collapse
-
#member ⇒ IControl::Common::IPPortDefinition
The IP address and port for 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 for the pool member.
402 403 404 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 402 def member @member end |
#ratio ⇒ Numeric
The ratio given to the specified pool member.
402 403 404 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 402 def ratio @ratio end |