Class: IControl::LocalLB::ProfileServerSSL::ProfileServerSSLStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileServerSSL::ProfileServerSSLStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_server_ssl.rb,
lib/icontrol/local_lb/profile_server_ssl.rb
Overview
A struct that describes statistics for a particular server SSL profile.
Instance Attribute Summary collapse
-
#profile_name ⇒ String
The profile name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
Instance Attribute Details
#profile_name ⇒ String
The profile name.
703 704 705 |
# File 'lib/icontrol/local_lb/profile_server_ssl.rb', line 703 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
703 704 705 |
# File 'lib/icontrol/local_lb/profile_server_ssl.rb', line 703 def statistics @statistics end |