Class: IControl::LocalLB::ProfileTCP::ProfileTCPStatisticEntry

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/local_lb/profile_tcp.rb,
lib/icontrol/local_lb/profile_tcp.rb

Overview

A struct that describes statistics for a particular profile.

Instance Attribute Summary collapse

Instance Attribute Details

#profile_nameString

The profile name.

Returns:

  • (String)

    the current value of profile_name



1069
1070
1071
# File 'lib/icontrol/local_lb/profile_tcp.rb', line 1069

def profile_name
  @profile_name
end

#statisticsIControl::Common::StatisticSequence

The statistics for the profile.

Returns:



1069
1070
1071
# File 'lib/icontrol/local_lb/profile_tcp.rb', line 1069

def statistics
  @statistics
end