Class: IControl::LocalLB::PoolMember::MemberRatio

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

Instance Attribute Summary collapse

Instance Attribute Details

#memberIControl::Common::IPPortDefinition

The IP address and port for the pool member.

Returns:



402
403
404
# File 'lib/icontrol/local_lb/pool_member.rb', line 402

def member
  @member
end

#ratioNumeric

The ratio given to the specified pool member.

Returns:

  • (Numeric)

    the current value of ratio



402
403
404
# File 'lib/icontrol/local_lb/pool_member.rb', line 402

def ratio
  @ratio
end