Class: IControl::LocalLB::RateClass::RateClassStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::RateClass::RateClassStatistics
- Defined in:
- lib/icontrol/local_lb/rate_class.rb,
lib/icontrol/local_lb/rate_class.rb
Overview
A struct that describes rate class statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::LocalLB::RateClass::RateClassStatisticEntrySequence
The statistics for a sequence of rate classes.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::LocalLB::RateClass::RateClassStatisticEntrySequence
The statistics for a sequence of rate classes.
1253 1254 1255 |
# File 'lib/icontrol/local_lb/rate_class.rb', line 1253 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
1253 1254 1255 |
# File 'lib/icontrol/local_lb/rate_class.rb', line 1253 def time_stamp @time_stamp end |