Class: IControl::LocalLB::SNATPool::SNATPoolStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::SNATPool::SNATPoolStatistics
- Defined in:
- lib/icontrol/local_lb/snat_pool.rb,
lib/icontrol/local_lb/snat_pool.rb
Overview
A struct that describes SNAT pool statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::LocalLB::SNATPool::SNATPoolStatisticEntrySequence
The statistics for a sequence of SNAT pools.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::LocalLB::SNATPool::SNATPoolStatisticEntrySequence
The statistics for a sequence of SNAT pools.
156 157 158 |
# File 'lib/icontrol/local_lb/snat_pool.rb', line 156 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
156 157 158 |
# File 'lib/icontrol/local_lb/snat_pool.rb', line 156 def time_stamp @time_stamp end |