Class: IControl::LocalLB::SNATTranslationAddress::SNATTranslationAddressStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::SNATTranslationAddress::SNATTranslationAddressStatistics
- 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
-
#statistics ⇒ IControl::LocalLB::SNATTranslationAddress::SNATTranslationAddressStatisticEntrySequence
The statistics for a sequence of SNAT translation addresses.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::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_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
277 278 279 |
# File 'lib/icontrol/local_lb/snat_translation_address.rb', line 277 def time_stamp @time_stamp end |