Class: IControl::LocalLB::SNAT::SNATStatisticEntry

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

Overview

A struct that describes statistics for a specified top-level SNAT object.

Instance Attribute Summary collapse

Instance Attribute Details

#snatIControl::LocalLB::SNAT::SNATDefinition

The SNAT name.

Returns:



273
274
275
# File 'lib/icontrol/local_lb/snat.rb', line 273

def snat
  @snat
end

#statisticsIControl::Common::StatisticSequence

The SNAT statistics.

Returns:



273
274
275
# File 'lib/icontrol/local_lb/snat.rb', line 273

def statistics
  @statistics
end