Class: IControl::GlobalLB::Pool::PoolStatistics

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 pool statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::GlobalLB::Pool::PoolStatisticEntrySequence

The statistics for a sequence of pools.

Returns:



775
776
777
# File 'lib/icontrol/global_lb/pool.rb', line 775

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



775
776
777
# File 'lib/icontrol/global_lb/pool.rb', line 775

def time_stamp
  @time_stamp
end