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