Class: IControl::LocalLB::ProfileTCP::ProfileTCPStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileTCP::ProfileTCPStatistics
- Defined in:
- lib/icontrol/local_lb/profile_tcp.rb,
lib/icontrol/local_lb/profile_tcp.rb
Overview
A struct that describes profile statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::LocalLB::ProfileTCP::ProfileTCPStatisticEntrySequence
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::ProfileTCP::ProfileTCPStatisticEntrySequence
The statistics for a sequence of profiles.
1078 1079 1080 |
# File 'lib/icontrol/local_lb/profile_tcp.rb', line 1078 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
1078 1079 1080 |
# File 'lib/icontrol/local_lb/profile_tcp.rb', line 1078 def time_stamp @time_stamp end |