NAME
Paws::DirectConnect::Lag
ATTRIBUTES
AllowsHostedConnections => Bool
Indicates whether the LAG can host other connections.
AwsDevice => Str
The AWS Direct Connect endpoint that hosts the LAG.
AwsDeviceV2 => Str
The AWS Direct Connect endpoint that hosts the LAG.
Connections => ArrayRef[Paws::DirectConnect::Connection]
The connections bundled by the LAG.
ConnectionsBandwidth => Str
The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
EncryptionMode => Str
The LAG MAC Security (MACsec) encryption mode.
The valid values are no_encrypt
, should_encrypt
, and must_encrypt
.
HasLogicalRedundancy => Str
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
Valid values are: "unknown"
, "yes"
, "no"
=head2 JumboFrameCapable => Bool
Indicates whether jumbo frames (9001 MTU) are supported.
LagId => Str
The ID of the LAG.
LagName => Str
The name of the LAG.
LagState => Str
The state of the LAG. The following are the possible values:
requested
: The initial state of a LAG. The LAG stays in the requested state until the Letter of Authorization (LOA) is available.pending
: The LAG has been approved and is being initialized.available
: The network link is established and the LAG is ready for use.down
: The network link is down.deleting
: The LAG is being deleted.deleted
: The LAG is deleted.unknown
: The state of the LAG is not available.
Valid values are: "requested"
, "pending"
, "available"
, "down"
, "deleting"
, "deleted"
, "unknown"
=head2 Location => Str
The location of the LAG.
MacSecCapable => Bool
Indicates whether the LAG supports MAC Security (MACsec).
MacSecKeys => ArrayRef[Paws::DirectConnect::MacSecKey]
The MAC Security (MACsec) security keys associated with the LAG.
MinimumLinks => Int
The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
NumberOfConnections => Int
The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.
OwnerAccount => Str
The ID of the AWS account that owns the LAG.
ProviderName => Str
The name of the service provider associated with the LAG.
Region => Str
The AWS Region where the connection is located.
Tags => ArrayRef[Paws::DirectConnect::Tag]
The tags associated with the LAG.