Class: Aws::NetworkManager::Types::CreateLinkRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidthTypes::Bandwidth

The upload speed and download speed in Mbps.

Returns:



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

#descriptionString

A description of the link.

Constraints: Maximum length of 256 characters.

Returns:

  • (String)


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_idString

The ID of the global network.

Returns:

  • (String)


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

#providerString

The provider of the link.

Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

Returns:

  • (String)


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_idString

The ID of the site.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags to apply to the resource during creation.

Returns:



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

#typeString

The type of the link.

Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

Returns:

  • (String)


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