Class: IControl::LocalLB::PoolMember::MemberPriority

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

Instance Attribute Details

#memberIControl::Common::IPPortDefinition

The IP address and port for the pool member.

Returns:



393
394
395
# File 'lib/icontrol/local_lb/pool_member.rb', line 393

def member
  @member
end

#priorityNumeric

The priority given to the specified pool member.

Returns:

  • (Numeric)

    the current value of priority



393
394
395
# File 'lib/icontrol/local_lb/pool_member.rb', line 393

def priority
  @priority
end