Class: IControl::Networking::Interfaces::InterfaceStatisticEntry

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

Instance Attribute Details

#interface_nameString

The interface name.

Returns:

  • (String)

    the current value of interface_name



556
557
558
# File 'lib/icontrol/networking/interfaces.rb', line 556

def interface_name
  @interface_name
end

#statisticsIControl::Common::StatisticSequence

The statistics.

Returns:



556
557
558
# File 'lib/icontrol/networking/interfaces.rb', line 556

def statistics
  @statistics
end