Class: IControl::LocalLB::ProfileFastHttp::ProfileFastHttpStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileFastHttp::ProfileFastHttpStatistics
- Defined in:
- lib/icontrol/local_lb/profile_fast_http.rb,
lib/icontrol/local_lb/profile_fast_http.rb
Overview
A struct that describes profile statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::LocalLB::ProfileFastHttp::ProfileFastHttpStatisticEntrySequence
The statistics for a sequence of profiles.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::LocalLB::ProfileFastHttp::ProfileFastHttpStatisticEntrySequence
The statistics for a sequence of profiles.
632 633 634 |
# File 'lib/icontrol/local_lb/profile_fast_http.rb', line 632 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
632 633 634 |
# File 'lib/icontrol/local_lb/profile_fast_http.rb', line 632 def time_stamp @time_stamp end |