Class: IControl::GlobalLB::Pool::PoolMemberDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Pool::PoolMemberDefinition
- Defined in:
- lib/icontrol/global_lb/pool.rb,
lib/icontrol/global_lb/pool.rb
Overview
A struct that contains a definition for a pool member.
Instance Attribute Summary collapse
-
#member ⇒ IControl::Common::IPPortDefinition
The pool member.
-
#order ⇒ Numeric
The order of this pool member in the pool.
Instance Attribute Details
#member ⇒ IControl::Common::IPPortDefinition
The pool member.
748 749 750 |
# File 'lib/icontrol/global_lb/pool.rb', line 748 def member @member end |
#order ⇒ Numeric
The order of this pool member in the pool.
748 749 750 |
# File 'lib/icontrol/global_lb/pool.rb', line 748 def order @order end |