Class: IControl::GlobalLB::Rule::RuleStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Rule::RuleStatistics
- Defined in:
- lib/icontrol/global_lb/rule.rb,
lib/icontrol/global_lb/rule.rb
Overview
A struct that describes pool statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::GlobalLB::Rule::RuleStatisticEntrySequence
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::Rule::RuleStatisticEntrySequence
The statistics for a sequence of pools.
160 161 162 |
# File 'lib/icontrol/global_lb/rule.rb', line 160 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
160 161 162 |
# File 'lib/icontrol/global_lb/rule.rb', line 160 def time_stamp @time_stamp end |