You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateLinkRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  global_network_id: "String", # required
  description: "String",
  type: "String",
  bandwidth: { # required
    upload_speed: 1,
    download_speed: 1,
  },
  provider: "String",
  site_id: "String", # required
  tags: [
    {
      key: "TagKey",
      value: "TagValue",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidthTypes::Bandwidth

The upload speed and download speed in Mbps.

Returns:

#descriptionString

A description of the link.

Length Constraints: Maximum length of 256 characters.

Returns:

  • (String)

    A description of the link.

#global_network_idString

The ID of the global network.

Returns:

  • (String)

    The ID of the global network.

#providerString

The provider of the link.

Constraints: Cannot include the following characters: | \ ^

Length Constraints: Maximum length of 128 characters.

Returns:

  • (String)

    The provider of the link.

#site_idString

The ID of the site.

Returns:

  • (String)

    The ID of the site.

#tagsArray<Types::Tag>

The tags to apply to the resource during creation.

Returns:

  • (Array<Types::Tag>)

    The tags to apply to the resource during creation.

#typeString

The type of the link.

Constraints: Cannot include the following characters: | \ ^

Length Constraints: Maximum length of 128 characters.

Returns:

  • (String)

    The type of the link.