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