Class: IControl::System::Statistics::VirtualCompressionStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::VirtualCompressionStatistics
- 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)
-
- (IControl::System::Statistics::VirtualCompressionStatisticEntrySequence) statistics
The statistics for a sequence of virtual compression devices.
-
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::System::Statistics::VirtualCompressionStatisticEntrySequence) statistics
The statistics for a sequence of virtual compression devices.
1175 1176 1177 |
# File 'lib/icontrol/system/statistics.rb', line 1175 def statistics @statistics end |
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
1175 1176 1177 |
# File 'lib/icontrol/system/statistics.rb', line 1175 def time_stamp @time_stamp end |