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