Class: IControl::LocalLB::NAT::NATStatisticEntry

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 a NAT statistic entry for a particular NAT address.

Instance Attribute Summary collapse

Instance Attribute Details

#natIControl::LocalLB::NAT::NATDefinition

The NAT address.

Returns:



210
211
212
# File 'lib/icontrol/local_lb/nat.rb', line 210

def nat
  @nat
end

#statisticsIControl::Common::StatisticSequence

The NAT statistics.

Returns:



210
211
212
# File 'lib/icontrol/local_lb/nat.rb', line 210

def statistics
  @statistics
end