Class: IControl::ARX::Network
- Inherits:
-
Base
- Object
- Base
- IControl::ARX::Network
- 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
-
#definition ⇒ NetworkDefinition
Returns a list of network interface definitions for this network interfaces.
-
#list ⇒ String
Returns the list of network interfaces.
-
#stats ⇒ NetworkStats
Returns a list of network interface statistics for this network interfaces.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class IControl::Base
Instance Method Details
#definition ⇒ NetworkDefinition
Returns a list of network interface definitions for this network interfaces.
12 13 14 |
# File 'lib/icontrol/arx/network.rb', line 12 def definition super end |
#list ⇒ String
Returns the list of network interfaces.
20 21 22 |
# File 'lib/icontrol/arx/network.rb', line 20 def list super end |
#stats ⇒ NetworkStats
Returns a list of network interface statistics for this network interfaces.
28 29 30 |
# File 'lib/icontrol/arx/network.rb', line 28 def stats super end |