Class: IControl::System::Statistics::PVAStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::PVAStatisticEntry
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes statistics for a particular PVA.
Instance Attribute Summary collapse
-
#pva_id ⇒ String
The PVA id.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the PVA.
Instance Attribute Details
#pva_id ⇒ String
The PVA id.
1033 1034 1035 |
# File 'lib/icontrol/system/statistics.rb', line 1033 def pva_id @pva_id end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the PVA.
1033 1034 1035 |
# File 'lib/icontrol/system/statistics.rb', line 1033 def statistics @statistics end |