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)
-
- (Numeric) dynamic_ratio
The dynamic ratio given to the specified pool member.
-
- (IControl::Common::IPPortDefinition) member
The IP address and port for the pool member.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) dynamic_ratio
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 |
- (IControl::Common::IPPortDefinition) member
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 |