Class: IControl::GlobalLB::Pool::PoolStatisticEntry

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/global_lb/pool.rb,
lib/icontrol/global_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



766
767
768
# File 'lib/icontrol/global_lb/pool.rb', line 766

def pool_name
  @pool_name
end

#statisticsIControl::Common::StatisticSequence

The statistics for the pool.

Returns:



766
767
768
# File 'lib/icontrol/global_lb/pool.rb', line 766

def statistics
  @statistics
end