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.
1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1472 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.
1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1472 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.
1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1472 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.
1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1472 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.
1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1472 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.
1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1472 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.
1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1472 class CreateConnectionRequest < Struct.new( :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :tags) SENSITIVE = [] include Aws::Structure end |