Class: Aws::NetworkManager::Types::CreateConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connected_device_idString

The ID of the second device in the connection.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311

class CreateConnectionRequest < Struct.new(
  :global_network_id,
  :device_id,
  :connected_device_id,
  :link_id,
  :connected_link_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

The ID of the link for the second device.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311

class CreateConnectionRequest < Struct.new(
  :global_network_id,
  :device_id,
  :connected_device_id,
  :link_id,
  :connected_link_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the connection.

Length Constraints: Maximum length of 256 characters.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311

class CreateConnectionRequest < Struct.new(
  :global_network_id,
  :device_id,
  :connected_device_id,
  :link_id,
  :connected_link_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#device_idString

The ID of the first device in the connection.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311

class CreateConnectionRequest < Struct.new(
  :global_network_id,
  :device_id,
  :connected_device_id,
  :link_id,
  :connected_link_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311

class CreateConnectionRequest < Struct.new(
  :global_network_id,
  :device_id,
  :connected_device_id,
  :link_id,
  :connected_link_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

The ID of the link for the first device.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311

class CreateConnectionRequest < Struct.new(
  :global_network_id,
  :device_id,
  :connected_device_id,
  :link_id,
  :connected_link_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to apply to the resource during creation.

Returns:



1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311

class CreateConnectionRequest < Struct.new(
  :global_network_id,
  :device_id,
  :connected_device_id,
  :link_id,
  :connected_link_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end