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.
-
#request_mac_sec ⇒ Boolean
Indicates whether you want the interconnect to support MAC Security (MACsec).
-
#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.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1213 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name, :request_mac_sec) SENSITIVE = [] include Aws::Structure end |
#interconnect_name ⇒ String
The name of the interconnect.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1213 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name, :request_mac_sec) SENSITIVE = [] include Aws::Structure end |
#lag_id ⇒ String
The ID of the LAG.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1213 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name, :request_mac_sec) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location of the interconnect.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1213 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name, :request_mac_sec) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The name of the service provider associated with the interconnect.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1213 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name, :request_mac_sec) SENSITIVE = [] include Aws::Structure end |
#request_mac_sec ⇒ Boolean
Indicates whether you want the interconnect to support MAC Security (MACsec).
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1213 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name, :request_mac_sec) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to associate with the interconnect.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1213 class CreateInterconnectRequest < Struct.new( :interconnect_name, :bandwidth, :location, :lag_id, :tags, :provider_name, :request_mac_sec) SENSITIVE = [] include Aws::Structure end |