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