Class: IControl::System::Internal
- Inherits:
-
Base
- Object
- Base
- IControl::System::Internal
- Defined in:
- lib/icontrol/system/internal.rb,
lib/icontrol/system.rb
Overview
The Internal interface is a private interface to support internal F5 capabilities.
Defined Under Namespace
Classes: URI, URISequence
Instance Method Summary collapse
-
#map_uri ⇒ URI
Returns a sequence of URIs given a list of tags.
-
#test_connection(opts) ⇒ boolean
Tests a connection from the device to the caller.
-
#version ⇒ String
Gets the version information for this interface.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class IControl::Base
Instance Method Details
#map_uri ⇒ URI
Returns a sequence of URIs given a list of tags.
24 25 26 |
# File 'lib/icontrol/system/internal.rb', line 24 def map_uri super end |
#test_connection(opts) ⇒ boolean
Tests a connection from the device to the caller
38 39 40 41 |
# File 'lib/icontrol/system/internal.rb', line 38 def test_connection(opts) opts = check_params(opts,[:addresses,:ports]) super(opts) end |
#version ⇒ String
Gets the version information for this interface.
13 14 15 |
# File 'lib/icontrol/system/internal.rb', line 13 def version super end |