Class: IControl::System::Statistics::VirtualCompressionStatistics

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 virtual compression statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::System::Statistics::VirtualCompressionStatisticEntrySequence

The statistics for a sequence of virtual compression devices.

Returns:



1175
1176
1177
# File 'lib/icontrol/system/statistics.rb', line 1175

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



1175
1176
1177
# File 'lib/icontrol/system/statistics.rb', line 1175

def time_stamp
  @time_stamp
end