Class: IControl::Networking::Trunk::TrunkStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::Trunk::TrunkStatisticEntry
- 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
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics.
-
#trunk_name ⇒ String
The trunk name.
Instance Attribute Details
#statistics ⇒ IControl::Common::StatisticSequence
The statistics.
396 397 398 |
# File 'lib/icontrol/networking/trunk.rb', line 396 def statistics @statistics end |
#trunk_name ⇒ String
The trunk name.
396 397 398 |
# File 'lib/icontrol/networking/trunk.rb', line 396 def trunk_name @trunk_name end |