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