Class: Aws::NetworkManager::Types::CreateLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateLinkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth ⇒ Types::Bandwidth
The upload speed and download speed in Mbps.
-
#description ⇒ String
A description of the link.
-
#global_network_id ⇒ String
The ID of the global network.
-
#provider ⇒ String
The provider of the link.
-
#site_id ⇒ String
The ID of the site.
-
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
-
#type ⇒ String
The type of the link.
Instance Attribute Details
#bandwidth ⇒ Types::Bandwidth
The upload speed and download speed in Mbps.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1741 class CreateLinkRequest < Struct.new( :global_network_id, :description, :type, :bandwidth, :provider, :site_id, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the link.
Constraints: Maximum length of 256 characters.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1741 class CreateLinkRequest < Struct.new( :global_network_id, :description, :type, :bandwidth, :provider, :site_id, :tags) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1741 class CreateLinkRequest < Struct.new( :global_network_id, :description, :type, :bandwidth, :provider, :site_id, :tags) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider of the link.
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1741 class CreateLinkRequest < Struct.new( :global_network_id, :description, :type, :bandwidth, :provider, :site_id, :tags) SENSITIVE = [] include Aws::Structure end |
#site_id ⇒ String
The ID of the site.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1741 class CreateLinkRequest < Struct.new( :global_network_id, :description, :type, :bandwidth, :provider, :site_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1741 class CreateLinkRequest < Struct.new( :global_network_id, :description, :type, :bandwidth, :provider, :site_id, :tags) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the link.
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1741 class CreateLinkRequest < Struct.new( :global_network_id, :description, :type, :bandwidth, :provider, :site_id, :tags) SENSITIVE = [] include Aws::Structure end |