Class: IControl::LocalLB::SNATTranslationAddress::SNATTranslationAddressStatistics

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

Overview

A struct that describes SNAT translation address statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::SNATTranslationAddress::SNATTranslationAddressStatisticEntrySequence

The statistics for a sequence of SNAT translation addresses.



277
278
279
# File 'lib/icontrol/local_lb/snat_translation_address.rb', line 277

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



277
278
279
# File 'lib/icontrol/local_lb/snat_translation_address.rb', line 277

def time_stamp
  @time_stamp
end