Class: IControl::GlobalLB::Pool::PoolMemberDefinition

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#memberIControl::Common::IPPortDefinition

The pool member.

Returns:



748
749
750
# File 'lib/icontrol/global_lb/pool.rb', line 748

def member
  @member
end

#orderNumeric

The order of this pool member in the pool.

Returns:

  • (Numeric)

    the current value of order



748
749
750
# File 'lib/icontrol/global_lb/pool.rb', line 748

def order
  @order
end