Class: IControl::LocalLB::Pool::PoolStatisticEntry

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

Overview

A struct that describes statistics for a particular pool.

Instance Attribute Summary collapse

Instance Attribute Details

#pool_nameString

The pool name.

Returns:

  • (String)

    the current value of pool_name


625
626
627
# File 'lib/icontrol/local_lb/pool.rb', line 625

def pool_name
  @pool_name
end

#statisticsIControl::Common::StatisticSequence

The statistics for the pool.

Returns:


625
626
627
# File 'lib/icontrol/local_lb/pool.rb', line 625

def statistics
  @statistics
end