Class: IControl::System::Statistics::PVAStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::PVAStatistics
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes PVA statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::System::Statistics::PVAStatisticEntrySequence
The statistics for a sequence of PVAs .
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::System::Statistics::PVAStatisticEntrySequence
The statistics for a sequence of PVAs .
1042 1043 1044 |
# File 'lib/icontrol/system/statistics.rb', line 1042 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
1042 1043 1044 |
# File 'lib/icontrol/system/statistics.rb', line 1042 def time_stamp @time_stamp end |