Class: IControl::Networking::Trunk::TrunkStatisticEntry

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/networking/trunk.rb,
lib/icontrol/networking/trunk.rb

Overview

A struct that describes a trunk’s general statistics.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::Common::StatisticSequence

The statistics.

Returns:



396
397
398
# File 'lib/icontrol/networking/trunk.rb', line 396

def statistics
  @statistics
end

#trunk_nameString

The trunk name.

Returns:

  • (String)

    the current value of trunk_name



396
397
398
# File 'lib/icontrol/networking/trunk.rb', line 396

def trunk_name
  @trunk_name
end