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

Class: Aws::DirectConnect::Types::CreateInterconnectRequest

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

Overview

Note:

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

{
  interconnect_name: "InterconnectName", # required
  bandwidth: "Bandwidth", # required
  location: "LocationCode", # required
  lag_id: "LagId",
  tags: [
    {
      key: "TagKey", # required
      value: "TagValue",
    },
  ],
  provider_name: "ProviderName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidthString

The port bandwidth, in Gbps. The possible values are 1 and 10.

Returns:

  • (String)

    The port bandwidth, in Gbps.

#interconnect_nameString

The name of the interconnect.

Returns:

  • (String)

    The name of the interconnect.

#lag_idString

The ID of the LAG.

Returns:

  • (String)

    The ID of the LAG.

#locationString

The location of the interconnect.

Returns:

  • (String)

    The location of the interconnect.

#provider_nameString

The name of the service provider associated with the interconnect.

Returns:

  • (String)

    The name of the service provider associated with the interconnect.

#tagsArray<Types::Tag>

The tags to associate with the interconnect.

Returns:

  • (Array<Types::Tag>)

    The tags to associate with the interconnect.