Class: IControl::LocalLB::PoolMember::MemberDynamicRatio
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::PoolMember::MemberDynamicRatio
- Defined in:
- lib/icontrol/local_lb/pool_member.rb,
lib/icontrol/local_lb/pool_member.rb
Overview
A struct that describes a member dynamic ratio.
Instance Attribute Summary collapse
-
#dynamic_ratio ⇒ Numeric
The dynamic ratio given to the specified pool member.
-
#member ⇒ IControl::Common::IPPortDefinition
The IP address and port for the pool member.
Instance Attribute Details
#dynamic_ratio ⇒ Numeric
The dynamic ratio given to the specified pool member.
330 331 332 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 330 def dynamic_ratio @dynamic_ratio end |
#member ⇒ IControl::Common::IPPortDefinition
The IP address and port for the pool member.
330 331 332 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 330 def member @member end |