Class: IControl::LocalLB::NAT::NATStatistics

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

Overview

A struct that describes NAT statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::NAT::NATStatisticEntrySequence

The statistics for a sequence of NATs .

Returns:



219
220
221
# File 'lib/icontrol/local_lb/nat.rb', line 219

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



219
220
221
# File 'lib/icontrol/local_lb/nat.rb', line 219

def time_stamp
  @time_stamp
end