Class: IControl::LocalLB::ProfileUserStatistic::ProfileUserStatisticStatisticEntry

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

Overview

A struct that describes statistics for a particular user-defined statistic profile.

Instance Attribute Summary collapse

Instance Attribute Details

#profile_nameString

The profile name.

Returns:

  • (String)

    the current value of profile_name



178
179
180
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 178

def profile_name
  @profile_name
end

#statisticsIControl::LocalLB::ProfileUserStatistic::UserStatisticSequence

The statistics for the profile.

Returns:



178
179
180
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 178

def statistics
  @statistics
end