Class: Aws::DirectConnect::Types::CreateInterconnectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateInterconnectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth ⇒ String
The port bandwidth, in Gbps.
-
#interconnect_name ⇒ String
The name of the interconnect.
-
#lag_id ⇒ String
The ID of the LAG.
-
#location ⇒ String
The location of the interconnect.
-
#provider_name ⇒ String
The name of the service provider associated with the interconnect.
-
#tags ⇒ Array<Types::Tag>
The tags to associate with the interconnect.
Instance Attribute Details
#bandwidth ⇒ String
The port bandwidth, in Gbps. The possible values are 1, 10, and 100.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1126 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name) SENSITIVE = [] include Aws::Structure end |
#interconnect_name ⇒ String
The name of the interconnect.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1126 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name) SENSITIVE = [] include Aws::Structure end |
#lag_id ⇒ String
The ID of the LAG.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1126 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location of the interconnect.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1126 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The name of the service provider associated with the interconnect.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1126 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to associate with the interconnect.
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1126 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name) SENSITIVE = [] include Aws::Structure end |