Class: IControl::System::Connections::ConnectionID
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Connections::ConnectionID
- Defined in:
- lib/icontrol/system/connections.rb,
lib/icontrol/system/connections.rb
Overview
A struct that identifies a connection.
Instance Attribute Summary collapse
-
#clientside_client ⇒ IControl::Common::IPPortDefinition
The client address/port of the client-side connection.
-
#clientside_server ⇒ IControl::Common::IPPortDefinition
The server address/port of the client-side connection.
-
#protocol ⇒ IControl::Common::ProtocolType
The protocol used by this connection.
-
#serverside_server ⇒ IControl::Common::IPPortDefinition
The server address/port of the server-side connection.
Instance Attribute Details
#clientside_client ⇒ IControl::Common::IPPortDefinition
The client address/port of the client-side connection.
115 116 117 |
# File 'lib/icontrol/system/connections.rb', line 115 def clientside_client @clientside_client end |
#clientside_server ⇒ IControl::Common::IPPortDefinition
The server address/port of the client-side connection.
115 116 117 |
# File 'lib/icontrol/system/connections.rb', line 115 def clientside_server @clientside_server end |
#protocol ⇒ IControl::Common::ProtocolType
The protocol used by this connection.
115 116 117 |
# File 'lib/icontrol/system/connections.rb', line 115 def protocol @protocol end |
#serverside_server ⇒ IControl::Common::IPPortDefinition
The server address/port of the server-side connection.
115 116 117 |
# File 'lib/icontrol/system/connections.rb', line 115 def serverside_server @serverside_server end |