Class: Aws::DirectConnect::Types::CreateLagRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#child_connection_tagsArray<Types::Tag>

The tags to associate with the automtically created LAGs.

Returns:



1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1190

class CreateLagRequest < Struct.new(
  :number_of_connections,
  :location,
  :connections_bandwidth,
  :lag_name,
  :connection_id,
  :tags,
  :child_connection_tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#connection_idString

The ID of an existing dedicated connection to migrate to the LAG.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1190

class CreateLagRequest < Struct.new(
  :number_of_connections,
  :location,
  :connections_bandwidth,
  :lag_name,
  :connection_id,
  :tags,
  :child_connection_tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#connections_bandwidthString

The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1190

class CreateLagRequest < Struct.new(
  :number_of_connections,
  :location,
  :connections_bandwidth,
  :lag_name,
  :connection_id,
  :tags,
  :child_connection_tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#lag_nameString

The name of the LAG.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1190

class CreateLagRequest < Struct.new(
  :number_of_connections,
  :location,
  :connections_bandwidth,
  :lag_name,
  :connection_id,
  :tags,
  :child_connection_tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The location for the LAG.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1190

class CreateLagRequest < Struct.new(
  :number_of_connections,
  :location,
  :connections_bandwidth,
  :lag_name,
  :connection_id,
  :tags,
  :child_connection_tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_connectionsInteger

The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.

Returns:

  • (Integer)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1190

class CreateLagRequest < Struct.new(
  :number_of_connections,
  :location,
  :connections_bandwidth,
  :lag_name,
  :connection_id,
  :tags,
  :child_connection_tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

The name of the service provider associated with the LAG.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1190

class CreateLagRequest < Struct.new(
  :number_of_connections,
  :location,
  :connections_bandwidth,
  :lag_name,
  :connection_id,
  :tags,
  :child_connection_tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#request_mac_secBoolean

Indicates whether the connection will support MAC Security (MACsec).

All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the Direct Connect User Guide.

Returns:

  • (Boolean)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1190

class CreateLagRequest < Struct.new(
  :number_of_connections,
  :location,
  :connections_bandwidth,
  :lag_name,
  :connection_id,
  :tags,
  :child_connection_tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to associate with the LAG.

Returns:



1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1190

class CreateLagRequest < Struct.new(
  :number_of_connections,
  :location,
  :connections_bandwidth,
  :lag_name,
  :connection_id,
  :tags,
  :child_connection_tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end