Class: Aws::DirectConnect::Types::AllocateHostedConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AllocateHostedConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 Amazon Web Services 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, 10Gbps, and 25Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps, 10Gbps, or 25Gbps hosted connection.
131 132 133 134 135 136 137 138 139 140 |
# File 'lib/aws-sdk-directconnect/types.rb', line 131 class AllocateHostedConnectionRequest < Struct.new( :connection_id, :owner_account, :bandwidth, :connection_name, :vlan, :tags) SENSITIVE = [] include Aws::Structure end |
#connection_id ⇒ String
The ID of the interconnect or LAG.
131 132 133 134 135 136 137 138 139 140 |
# File 'lib/aws-sdk-directconnect/types.rb', line 131 class AllocateHostedConnectionRequest < Struct.new( :connection_id, :owner_account, :bandwidth, :connection_name, :vlan, :tags) SENSITIVE = [] include Aws::Structure end |
#connection_name ⇒ String
The name of the hosted connection.
131 132 133 134 135 136 137 138 139 140 |
# File 'lib/aws-sdk-directconnect/types.rb', line 131 class AllocateHostedConnectionRequest < Struct.new( :connection_id, :owner_account, :bandwidth, :connection_name, :vlan, :tags) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The ID of the Amazon Web Services account ID of the customer for the connection.
131 132 133 134 135 136 137 138 139 140 |
# File 'lib/aws-sdk-directconnect/types.rb', line 131 class AllocateHostedConnectionRequest < Struct.new( :connection_id, :owner_account, :bandwidth, :connection_name, :vlan, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the connection.
131 132 133 134 135 136 137 138 139 140 |
# File 'lib/aws-sdk-directconnect/types.rb', line 131 class AllocateHostedConnectionRequest < Struct.new( :connection_id, :owner_account, :bandwidth, :connection_name, :vlan, :tags) SENSITIVE = [] include Aws::Structure end |
#vlan ⇒ Integer
The dedicated VLAN provisioned to the hosted connection.
131 132 133 134 135 136 137 138 139 140 |
# File 'lib/aws-sdk-directconnect/types.rb', line 131 class AllocateHostedConnectionRequest < Struct.new( :connection_id, :owner_account, :bandwidth, :connection_name, :vlan, :tags) SENSITIVE = [] include Aws::Structure end |