Class: IControl::ARX::Network

Inherits:
Base
  • Object
show all
Defined in:
lib/icontrol/arx/network.rb,
lib/icontrol/arx.rb

Overview

The Network interface lets applications retrieve ARX network interface information.

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class IControl::Base

Instance Method Details

#definitionNetworkDefinition

Returns a list of network interface definitions for this network interfaces.

Returns:



12
13
14
# File 'lib/icontrol/arx/network.rb', line 12

def definition
  super
end

#listString

Returns the list of network interfaces.

Returns:

  • (String)


20
21
22
# File 'lib/icontrol/arx/network.rb', line 20

def list
  super
end

#statsNetworkStats

Returns a list of network interface statistics for this network interfaces.

Returns:



28
29
30
# File 'lib/icontrol/arx/network.rb', line 28

def stats
  super
end