Deprecated. Use
allocate_hosted_connection
instead.
Creates a hosted connection on an interconnect.
Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.
Intended for use by AWS Direct Connect Partners only.
directconnect_allocate_connection_on_interconnect(bandwidth,
connectionName, ownerAccount, interconnectId, vlan)
[required] 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.
[required] The name of the provisioned connection.
[required] The ID of the AWS account of the customer for whom the connection will be provisioned.
[required] The ID of the interconnect on which the connection will be provisioned.
[required] The dedicated VLAN provisioned to the connection.
A list with the following syntax:
list( ownerAccount = "string", connectionId = "string", connectionName = "string", connectionState = "ordering"|"requested"|"pending"|"available"|"down"|"deleting"|"deleted"|"rejected"|"unknown", region = "string", location = "string", bandwidth = "string", vlan = 123, partnerName = "string", loaIssueTime = as.POSIXct( "2015-01-01" ), lagId = "string", awsDevice = "string", jumboFrameCapable = TRUE|FALSE, awsDeviceV2 = "string", hasLogicalRedundancy = "unknown"|"yes"|"no", tags = list( list( key = "string", value = "string" ) ), providerName = "string" )
svc$allocate_connection_on_interconnect( bandwidth = "string", connectionName = "string", ownerAccount = "string", interconnectId = "string", vlan = 123 )