Class: Aws::DirectConnect::Types::UpdateLagRequest

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

#encryption_modeString

The LAG MAC Security (MACsec) encryption mode.

Amazon Web Services applies the value to all connections which are part of the LAG.

Returns:

  • (String)


3574
3575
3576
3577
3578
3579
3580
3581
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3574

class UpdateLagRequest < Struct.new(
  :lag_id,
  :lag_name,
  :minimum_links,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end

#lag_idString

The ID of the LAG.

Returns:

  • (String)


3574
3575
3576
3577
3578
3579
3580
3581
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3574

class UpdateLagRequest < Struct.new(
  :lag_id,
  :lag_name,
  :minimum_links,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end

#lag_nameString

The name of the LAG.

Returns:

  • (String)


3574
3575
3576
3577
3578
3579
3580
3581
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3574

class UpdateLagRequest < Struct.new(
  :lag_id,
  :lag_name,
  :minimum_links,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end

The minimum number of physical connections that must be operational for the LAG itself to be operational.

Returns:

  • (Integer)


3574
3575
3576
3577
3578
3579
3580
3581
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3574

class UpdateLagRequest < Struct.new(
  :lag_id,
  :lag_name,
  :minimum_links,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end