Class: IControl::System::Statistics::VirtualCompressionStatisticEntry

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

Overview

This structure has been deprecated, as it represents internal, implementation-specific details. A struct that describes statistics for a particular virtual compression device.

Instance Attribute Summary collapse

Instance Attribute Details

#device_nameString

The virtual compression device name.

Returns:

  • (String)

    the current value of device_name



1165
1166
1167
# File 'lib/icontrol/system/statistics.rb', line 1165

def device_name
  @device_name
end

#statisticsIControl::Common::StatisticSequence

The statistics for the device.

Returns:



1165
1166
1167
# File 'lib/icontrol/system/statistics.rb', line 1165

def statistics
  @statistics
end