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)
-
- (String) pool_name
The pool name.
-
- (IControl::Common::StatisticSequence) statistics
The statistics for the pool.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) pool_name
The pool name.
766 767 768 |
# File 'lib/icontrol/global_lb/pool.rb', line 766 def pool_name @pool_name end |
- (IControl::Common::StatisticSequence) statistics
The statistics for the pool.
766 767 768 |
# File 'lib/icontrol/global_lb/pool.rb', line 766 def statistics @statistics end |