Class: IControl::LocalLB::ProfileUserStatistic::ProfileUserStatisticStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileUserStatistic::ProfileUserStatisticStatistics
- Defined in:
- lib/icontrol/local_lb/profile_user_statistic.rb,
lib/icontrol/local_lb/profile_user_statistic.rb
Overview
A struct that describes profile statistics and timestamp.
Instance Attribute Summary (collapse)
-
- (IControl::LocalLB::ProfileUserStatistic::ProfileUserStatisticStatisticEntrySequence) statistics
The statistics for a sequence of profiles.
-
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::LocalLB::ProfileUserStatistic::ProfileUserStatisticStatisticEntrySequence) statistics
The statistics for a sequence of profiles.
187 188 189 |
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 187 def statistics @statistics end |
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
187 188 189 |
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 187 def time_stamp @time_stamp end |