You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::CreateLagRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateLagRequest
- Defined in:
- (unknown)
Overview
When passing CreateLagRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
number_of_connections: 1, # required
location: "LocationCode", # required
connections_bandwidth: "Bandwidth", # required
lag_name: "LagName", # required
connection_id: "ConnectionId",
tags: [
{
key: "TagKey", # required
value: "TagValue",
},
],
child_connection_tags: [
{
key: "TagKey", # required
value: "TagValue",
},
],
provider_name: "ProviderName",
}
Instance Attribute Summary collapse
-
#child_connection_tags ⇒ Array<Types::Tag>
The tags to associate with the automtically created LAGs.
-
#connection_id ⇒ String
The ID of an existing dedicated connection to migrate to the LAG.
-
#connections_bandwidth ⇒ String
The bandwidth of the individual physical dedicated connections bundled by the LAG.
-
#lag_name ⇒ String
The name of the LAG.
-
#location ⇒ String
The location for the LAG.
-
#number_of_connections ⇒ Integer
The number of physical dedicated connections initially provisioned and bundled by the LAG.
-
#provider_name ⇒ String
The name of the service provider associated with the LAG.
-
#tags ⇒ Array<Types::Tag>
The tags to associate with the LAG.
Instance Attribute Details
#child_connection_tags ⇒ Array<Types::Tag>
The tags to associate with the automtically created LAGs.
#connection_id ⇒ String
The ID of an existing dedicated connection to migrate to the LAG.
#connections_bandwidth ⇒ String
The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
#lag_name ⇒ String
The name of the LAG.
#location ⇒ String
The location for the LAG.
#number_of_connections ⇒ Integer
The number of physical dedicated connections initially provisioned and bundled by the LAG.
#provider_name ⇒ String
The name of the service provider associated with the LAG.
#tags ⇒ Array<Types::Tag>
The tags to associate with the LAG.