You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::AllocateHostedConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AllocateHostedConnectionRequest
- Defined in:
- (unknown)
Overview
When passing AllocateHostedConnectionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
connection_id: "ConnectionId", # required
owner_account: "OwnerAccount", # required
bandwidth: "Bandwidth", # required
connection_name: "ConnectionName", # required
vlan: 1, # required
tags: [
{
key: "TagKey", # required
value: "TagValue",
},
],
}
Instance Attribute Summary collapse
-
#bandwidth ⇒ String
The bandwidth of the connection.
-
#connection_id ⇒ String
The ID of the interconnect or LAG.
-
#connection_name ⇒ String
The name of the hosted connection.
-
#owner_account ⇒ String
The ID of the AWS account ID of the customer for the connection.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the connection.
-
#vlan ⇒ Integer
The dedicated VLAN provisioned to the hosted connection.
Instance Attribute Details
#bandwidth ⇒ String
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.
#connection_id ⇒ String
The ID of the interconnect or LAG.
#connection_name ⇒ String
The name of the hosted connection.
#owner_account ⇒ String
The ID of the AWS account ID of the customer for the connection.
#tags ⇒ Array<Types::Tag>
The tags associated with the connection.
#vlan ⇒ Integer
The dedicated VLAN provisioned to the hosted connection.