Class: IControl::LocalLB::SNATPool::SNATPoolStatistics

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

Overview

A struct that describes SNAT pool statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::SNATPool::SNATPoolStatisticEntrySequence

The statistics for a sequence of SNAT pools.

Returns:



156
157
158
# File 'lib/icontrol/local_lb/snat_pool.rb', line 156

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



156
157
158
# File 'lib/icontrol/local_lb/snat_pool.rb', line 156

def time_stamp
  @time_stamp
end