NAME

Paws::DirectConnect::UpdateLag - Arguments for method UpdateLag on Paws::DirectConnect

DESCRIPTION

This class represents the parameters used for calling the method UpdateLag on the AWS Direct Connect service. Use the attributes of this class as arguments to method UpdateLag.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateLag.

SYNOPSIS

    my $directconnect = Paws->service('DirectConnect');
    my $Lag = $directconnect->UpdateLag(
      LagId          => 'MyLagId',
      EncryptionMode => 'MyEncryptionMode',    # OPTIONAL
      LagName        => 'MyLagName',           # OPTIONAL
      MinimumLinks   => 1,                     # OPTIONAL
    );

    # Results:
    my $AllowsHostedConnections = $Lag->AllowsHostedConnections;
    my $AwsDevice               = $Lag->AwsDevice;
    my $AwsDeviceV2             = $Lag->AwsDeviceV2;
    my $Connections             = $Lag->Connections;
    my $ConnectionsBandwidth    = $Lag->ConnectionsBandwidth;
    my $EncryptionMode          = $Lag->EncryptionMode;
    my $HasLogicalRedundancy    = $Lag->HasLogicalRedundancy;
    my $JumboFrameCapable       = $Lag->JumboFrameCapable;
    my $LagId                   = $Lag->LagId;
    my $LagName                 = $Lag->LagName;
    my $LagState                = $Lag->LagState;
    my $Location                = $Lag->Location;
    my $MacSecCapable           = $Lag->MacSecCapable;
    my $MacSecKeys              = $Lag->MacSecKeys;
    my $MinimumLinks            = $Lag->MinimumLinks;
    my $NumberOfConnections     = $Lag->NumberOfConnections;
    my $OwnerAccount            = $Lag->OwnerAccount;
    my $ProviderName            = $Lag->ProviderName;
    my $Region                  = $Lag->Region;
    my $Tags                    = $Lag->Tags;

    # Returns a L<Paws::DirectConnect::Lag> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/directconnect/UpdateLag

ATTRIBUTES

EncryptionMode => Str

The LAG MAC Security (MACsec) encryption mode.

AWS applies the value to all connections which are part of the LAG.

REQUIRED LagId => Str

The ID of the LAG.

LagName => Str

The name of the LAG.

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

SEE ALSO

This class forms part of Paws, documenting arguments for method UpdateLag in Paws::DirectConnect

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues