Class: IControl::Networking::Interfaces::InterfaceStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::Interfaces::InterfaceStatisticEntry
- Defined in:
- lib/icontrol/networking/interfaces.rb,
lib/icontrol/networking/interfaces.rb
Overview
A struct that describes an interface’s general statistics.
Instance Attribute Summary collapse
-
#interface_name ⇒ String
The interface name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics.
Instance Attribute Details
#interface_name ⇒ String
The interface name.
556 557 558 |
# File 'lib/icontrol/networking/interfaces.rb', line 556 def interface_name @interface_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics.
556 557 558 |
# File 'lib/icontrol/networking/interfaces.rb', line 556 def statistics @statistics end |