Class: IControl::LocalLB::SNATTranslationAddress::SNATTranslationAddressStatisticEntry

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 statistics for a specified SNAT translation address.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::Common::StatisticSequence

The SNAT translation address statistics.

Returns:



268
269
270
# File 'lib/icontrol/local_lb/snat_translation_address.rb', line 268

def statistics
  @statistics
end

#translation_addressString

The translation address.

Returns:

  • (String)

    the current value of translation_address



268
269
270
# File 'lib/icontrol/local_lb/snat_translation_address.rb', line 268

def translation_address
  @translation_address
end