Class: IControl::LocalLB::SNATTranslationAddress::SNATTranslationAddressStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::SNATTranslationAddress::SNATTranslationAddressStatisticEntry
- 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
-
#statistics ⇒ IControl::Common::StatisticSequence
The SNAT translation address statistics.
-
#translation_address ⇒ String
The translation address.
Instance Attribute Details
#statistics ⇒ IControl::Common::StatisticSequence
The SNAT translation address statistics.
268 269 270 |
# File 'lib/icontrol/local_lb/snat_translation_address.rb', line 268 def statistics @statistics end |
#translation_address ⇒ String
The translation address.
268 269 270 |
# File 'lib/icontrol/local_lb/snat_translation_address.rb', line 268 def translation_address @translation_address end |