Class: IControl::System::Statistics::VirtualCompressionStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::VirtualCompressionStatisticEntry
- 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
-
#device_name ⇒ String
The virtual compression device name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the device.
Instance Attribute Details
#device_name ⇒ String
The virtual compression device name.
1165 1166 1167 |
# File 'lib/icontrol/system/statistics.rb', line 1165 def device_name @device_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the device.
1165 1166 1167 |
# File 'lib/icontrol/system/statistics.rb', line 1165 def statistics @statistics end |