Class: IControl::System::Statistics::PVAStatisticEntry

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#pva_idString

The PVA id.

Returns:

  • (String)

    the current value of pva_id



1033
1034
1035
# File 'lib/icontrol/system/statistics.rb', line 1033

def pva_id
  @pva_id
end

#statisticsIControl::Common::StatisticSequence

The statistics for the PVA.

Returns:



1033
1034
1035
# File 'lib/icontrol/system/statistics.rb', line 1033

def statistics
  @statistics
end