Class: Aws::Outposts::Types::ConnectionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ConnectionDetails
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Information about a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_ips ⇒ Array<String>
The allowed IP addresses.
-
#client_public_key ⇒ String
The public key of the client.
-
#client_tunnel_address ⇒ String
The client tunnel address.
-
#server_endpoint ⇒ String
The endpoint for the server.
-
#server_public_key ⇒ String
The public key of the server.
-
#server_tunnel_address ⇒ String
The server tunnel address.
Instance Attribute Details
#allowed_ips ⇒ Array<String>
The allowed IP addresses.
463 464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 463 class ConnectionDetails < Struct.new( :client_public_key, :server_public_key, :server_endpoint, :client_tunnel_address, :server_tunnel_address, :allowed_ips) SENSITIVE = [] include Aws::Structure end |
#client_public_key ⇒ String
The public key of the client.
463 464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 463 class ConnectionDetails < Struct.new( :client_public_key, :server_public_key, :server_endpoint, :client_tunnel_address, :server_tunnel_address, :allowed_ips) SENSITIVE = [] include Aws::Structure end |
#client_tunnel_address ⇒ String
The client tunnel address.
463 464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 463 class ConnectionDetails < Struct.new( :client_public_key, :server_public_key, :server_endpoint, :client_tunnel_address, :server_tunnel_address, :allowed_ips) SENSITIVE = [] include Aws::Structure end |
#server_endpoint ⇒ String
The endpoint for the server.
463 464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 463 class ConnectionDetails < Struct.new( :client_public_key, :server_public_key, :server_endpoint, :client_tunnel_address, :server_tunnel_address, :allowed_ips) SENSITIVE = [] include Aws::Structure end |
#server_public_key ⇒ String
The public key of the server.
463 464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 463 class ConnectionDetails < Struct.new( :client_public_key, :server_public_key, :server_endpoint, :client_tunnel_address, :server_tunnel_address, :allowed_ips) SENSITIVE = [] include Aws::Structure end |
#server_tunnel_address ⇒ String
The server tunnel address.
463 464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 463 class ConnectionDetails < Struct.new( :client_public_key, :server_public_key, :server_endpoint, :client_tunnel_address, :server_tunnel_address, :allowed_ips) SENSITIVE = [] include Aws::Structure end |