Class: IControl::LocalLB::ProfileUserStatistic::UserStatisticName

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 a user-defined statistic name.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (IControl::LocalLB::ProfileUserStatistic::UserStatisticKey) statistic_key

The statistic key.

Returns:



207
208
209
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 207

def statistic_key
  @statistic_key
end

- (IControl::LocalLB::ProfileString) statistic_name

The statistic name.

Returns:



207
208
209
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 207

def statistic_name
  @statistic_name
end