Class: IControl::LocalLB::PoolMember::MemberDynamicRatio

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 dynamic ratio.

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_ratioNumeric

The dynamic ratio given to the specified pool member.

Returns:

  • (Numeric)

    the current value of dynamic_ratio



330
331
332
# File 'lib/icontrol/local_lb/pool_member.rb', line 330

def dynamic_ratio
  @dynamic_ratio
end

#memberIControl::Common::IPPortDefinition

The IP address and port for the pool member.

Returns:



330
331
332
# File 'lib/icontrol/local_lb/pool_member.rb', line 330

def member
  @member
end