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

Class: Aws::DirectConnect::Types::AllocateConnectionOnInterconnectRequest

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

Overview

Note:

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

{
  bandwidth: "Bandwidth", # required
  connection_name: "ConnectionName", # required
  owner_account: "OwnerAccount", # required
  interconnect_id: "InterconnectId", # required
  vlan: 1, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidthString

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those AWS Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.

Returns:

  • (String)

    The bandwidth of the connection.

#connection_nameString

The name of the provisioned connection.

Returns:

  • (String)

    The name of the provisioned connection.

#interconnect_idString

The ID of the interconnect on which the connection will be provisioned.

Returns:

  • (String)

    The ID of the interconnect on which the connection will be provisioned.

#owner_accountString

The ID of the AWS account of the customer for whom the connection will be provisioned.

Returns:

  • (String)

    The ID of the AWS account of the customer for whom the connection will be provisioned.

#vlanInteger

The dedicated VLAN provisioned to the connection.

Returns:

  • (Integer)

    The dedicated VLAN provisioned to the connection.