Class: Aws::DirectConnect::Types::AllocateConnectionOnInterconnectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AllocateConnectionOnInterconnectRequest
- 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_name ⇒ String
The name of the provisioned connection.
-
#interconnect_id ⇒ String
The ID of the interconnect on which the connection will be provisioned.
-
#owner_account ⇒ String
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
-
#vlan ⇒ Integer
The dedicated VLAN provisioned to the 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 Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-directconnect/types.rb', line 90 class AllocateConnectionOnInterconnectRequest < Struct.new( :bandwidth, :connection_name, :owner_account, :interconnect_id, :vlan) SENSITIVE = [] include Aws::Structure end |
#connection_name ⇒ String
The name of the provisioned connection.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-directconnect/types.rb', line 90 class AllocateConnectionOnInterconnectRequest < Struct.new( :bandwidth, :connection_name, :owner_account, :interconnect_id, :vlan) SENSITIVE = [] include Aws::Structure end |
#interconnect_id ⇒ String
The ID of the interconnect on which the connection will be provisioned.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-directconnect/types.rb', line 90 class AllocateConnectionOnInterconnectRequest < Struct.new( :bandwidth, :connection_name, :owner_account, :interconnect_id, :vlan) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-directconnect/types.rb', line 90 class AllocateConnectionOnInterconnectRequest < Struct.new( :bandwidth, :connection_name, :owner_account, :interconnect_id, :vlan) SENSITIVE = [] include Aws::Structure end |
#vlan ⇒ Integer
The dedicated VLAN provisioned to the connection.
90 91 92 93 94 95 96 97 98 |
# File 'lib/aws-sdk-directconnect/types.rb', line 90 class AllocateConnectionOnInterconnectRequest < Struct.new( :bandwidth, :connection_name, :owner_account, :interconnect_id, :vlan) SENSITIVE = [] include Aws::Structure end |