Class: Aws::NetworkManager::Types::CreateConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connected_device_id ⇒ String
The ID of the second device in the connection.
-
#connected_link_id ⇒ String
The ID of the link for the second device.
-
#description ⇒ String
A description of the connection.
-
#device_id ⇒ String
The ID of the first device in the connection.
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_id ⇒ String
The ID of the link for the first device.
-
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
Instance Attribute Details
#connected_device_id ⇒ String
The ID of the second device in the connection.
1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1490 class CreateConnectionRequest < Struct.new( :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#connected_link_id ⇒ String
The ID of the link for the second device.
1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1490 class CreateConnectionRequest < Struct.new( :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the connection.
Length Constraints: Maximum length of 256 characters.
1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1490 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_id ⇒ String
The ID of the first device in the connection.
1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1490 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_id ⇒ String
The ID of the global network.
1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1490 class CreateConnectionRequest < Struct.new( :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link for the first device.
1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1490 class CreateConnectionRequest < Struct.new( :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1490 class CreateConnectionRequest < Struct.new( :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :tags) SENSITIVE = [] include Aws::Structure end |