Class: IControl::System::Statistics::PerformanceGraph

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 graph as seen in the Performance Graph in the GUI.

Instance Attribute Summary collapse

Instance Attribute Details

#graph_descriptionString

The text description of this graph.

Returns:

  • (String)

    the current value of graph_description



1053
1054
1055
# File 'lib/icontrol/system/statistics.rb', line 1053

def graph_description
  @graph_description
end

#graph_nameString

The key or name of the graph.

Returns:

  • (String)

    the current value of graph_name



1053
1054
1055
# File 'lib/icontrol/system/statistics.rb', line 1053

def graph_name
  @graph_name
end

#graph_titleString

The title of the graph as appeared in the GUI’s Performance Graph.

Returns:

  • (String)

    the current value of graph_title



1053
1054
1055
# File 'lib/icontrol/system/statistics.rb', line 1053

def graph_title
  @graph_title
end