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)
-
- (IControl::Common::StatisticSequence) statistics
The SNAT translation address statistics.
-
- (String) translation_address
The translation address.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::StatisticSequence) statistics
The SNAT translation address statistics.
268 269 270 |
# File 'lib/icontrol/local_lb/snat_translation_address.rb', line 268 def statistics @statistics end |
- (String) translation_address
The translation address.
268 269 270 |
# File 'lib/icontrol/local_lb/snat_translation_address.rb', line 268 def translation_address @translation_address end |