Class: IControl::LocalLB::ProfileServerSSL::ProfileServerSSLStatisticEntry

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#profile_nameString

The profile name.

Returns:

  • (String)

    the current value of profile_name


703
704
705
# File 'lib/icontrol/local_lb/profile_server_ssl.rb', line 703

def profile_name
  @profile_name
end

#statisticsIControl::Common::StatisticSequence

The statistics for the profile.

Returns:


703
704
705
# File 'lib/icontrol/local_lb/profile_server_ssl.rb', line 703

def statistics
  @statistics
end