Class: IControl::GlobalLB::PoolMember::MemberRatio

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/global_lb/pool_member.rb,
lib/icontrol/global_lb/pool_member.rb

Overview

A struct that describes a pool member ratio.

Instance Attribute Summary collapse

Instance Attribute Details

#memberIControl::Common::IPPortDefinition

The IP address and port of the pool member.

Returns:



369
370
371
# File 'lib/icontrol/global_lb/pool_member.rb', line 369

def member
  @member
end

#ratioNumeric

The ratio given to the specified pool member.

Returns:

  • (Numeric)

    the current value of ratio



369
370
371
# File 'lib/icontrol/global_lb/pool_member.rb', line 369

def ratio
  @ratio
end