Class: IControl::System::Statistics::GtmPathStatisticObjectID

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
more...

Overview

A struct that describes statistics for a particular path.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The object name.

Returns:

  • (String)

    the current value of name


997
998
999
# File 'lib/icontrol/system/statistics.rb', line 997

def name
  @name
end

#typeIControl::System::Statistics::GtmPathStatisticObjectType

The object type.

Returns:


997
998
999
# File 'lib/icontrol/system/statistics.rb', line 997

def type
  @type
end