Class: IControl::GlobalLB::Pool::PoolStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Pool::PoolStatistics
- Defined in:
- lib/icontrol/global_lb/pool.rb,
lib/icontrol/global_lb/pool.rb
Overview
A struct that describes pool statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::GlobalLB::Pool::PoolStatisticEntrySequence
The statistics for a sequence of pools.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::GlobalLB::Pool::PoolStatisticEntrySequence
The statistics for a sequence of pools.
775 776 777 |
# File 'lib/icontrol/global_lb/pool.rb', line 775 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
775 776 777 |
# File 'lib/icontrol/global_lb/pool.rb', line 775 def time_stamp @time_stamp end |