Class: IControl::LocalLB::ProfileIIOP::ProfileIIOPStatisticEntry

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

Overview

A struct that describes statistics for a particular IIOP profile.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) profile_name

The profile name.

Returns:

  • (String)

    the current value of profile_name



230
231
232
# File 'lib/icontrol/local_lb/profile_iiop.rb', line 230

def profile_name
  @profile_name
end

- (IControl::Common::StatisticSequence) statistics

The statistics for the profile.

Returns:



230
231
232
# File 'lib/icontrol/local_lb/profile_iiop.rb', line 230

def statistics
  @statistics
end