Class: IControl::System::Statistics::PerformanceTable

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

Overview

A struct that describes the contents of a performance statistic table.

Instance Attribute Summary collapse

Instance Attribute Details

#table_descriptionString

The text description of this table.

Returns:

  • (String)

    the current value of table_description



1108
1109
1110
# File 'lib/icontrol/system/statistics.rb', line 1108

def table_description
  @table_description
end

#table_nameString

The key or name of the table.

Returns:

  • (String)

    the current value of table_name



1108
1109
1110
# File 'lib/icontrol/system/statistics.rb', line 1108

def table_name
  @table_name
end