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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allowed_ipsArray<String>

The allowed IP addresses.

Returns:

  • (Array<String>)


373
374
375
376
377
378
379
380
381
382
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 373

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_keyString

The public key of the client.

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 373

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_addressString

The client tunnel address.

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 373

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_endpointString

The endpoint for the server.

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 373

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_keyString

The public key of the server.

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 373

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_addressString

The server tunnel address.

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 373

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