Class: IControl::GlobalLB::Pool::PoolStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Pool::PoolStatisticEntry
- Defined in:
- lib/icontrol/global_lb/pool.rb,
lib/icontrol/global_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.
766 767 768 |
# File 'lib/icontrol/global_lb/pool.rb', line 766 def pool_name @pool_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the pool.
766 767 768 |
# File 'lib/icontrol/global_lb/pool.rb', line 766 def statistics @statistics end |