Class: IControl::LocalLB::Pool::PoolStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::Pool::PoolStatisticEntry
- Defined in:
- lib/icontrol/local_lb/pool.rb,
lib/icontrol/local_lb/pool.rb
Overview
A struct that describes statistics for a particular pool.
Instance Attribute Summary collapse
-
#pool_name ⇒ String
The pool name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the pool.
Instance Attribute Details
#pool_name ⇒ String
The pool name.
625 626 627 |
# File 'lib/icontrol/local_lb/pool.rb', line 625 def pool_name @pool_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the pool.
625 626 627 |
# File 'lib/icontrol/local_lb/pool.rb', line 625 def statistics @statistics end |