Class: Aws::Outposts::Types::ConnectionDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Information about a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_ips ⇒ Array<String>

The allowed IP addresses.

Returns:

  • (Array<String>)


506
507
508
509
510
511
512
513
514
515
# File 'lib/aws-sdk-outposts/types.rb', line 506

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.

Returns:

  • (String)


506
507
508
509
510
511
512
513
514
515
# File 'lib/aws-sdk-outposts/types.rb', line 506

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.

Returns:

  • (String)


506
507
508
509
510
511
512
513
514
515
# File 'lib/aws-sdk-outposts/types.rb', line 506

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.

Returns:

  • (String)


506
507
508
509
510
511
512
513
514
515
# File 'lib/aws-sdk-outposts/types.rb', line 506

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.

Returns:

  • (String)


506
507
508
509
510
511
512
513
514
515
# File 'lib/aws-sdk-outposts/types.rb', line 506

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.

Returns:

  • (String)


506
507
508
509
510
511
512
513
514
515
# File 'lib/aws-sdk-outposts/types.rb', line 506

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