You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::CreateInterconnectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateInterconnectRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateInterconnectRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
interconnect_name: "InterconnectName", # required
bandwidth: "Bandwidth", # required
location: "LocationCode", # required
lag_id: "LagId",
tags: [
{
key: "TagKey", # required
value: "TagValue",
},
],
provider_name: "ProviderName",
}
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 and 10.
#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.