class Aws::DirectConnect::Types::AllocateConnectionOnInterconnectRequest
@note When making an API call, you may pass AllocateConnectionOnInterconnectRequest
data as a hash: { bandwidth: "Bandwidth", # required connection_name: "ConnectionName", # required owner_account: "OwnerAccount", # required interconnect_id: "InterconnectId", # required vlan: 1, # required }
@!attribute [rw] bandwidth
The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection. @return [String]
@!attribute [rw] connection_name
The name of the provisioned connection. @return [String]
@!attribute [rw] owner_account
The ID of the account of the customer for whom the connection will be provisioned. @return [String]
@!attribute [rw] interconnect_id
The ID of the interconnect on which the connection will be provisioned. @return [String]
@!attribute [rw] vlan
The dedicated VLAN provisioned to the connection. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnectRequest AWS API Documentation
Constants
- SENSITIVE