PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::DirectConnect::Lag; use Moose; has AllowsHostedConnections => (is => 'ro', isa => 'Bool', traits => ['NameInRequest'], request_name => 'allowsHostedConnections' ); has AwsDevice => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'awsDevice' ); has AwsDeviceV2 => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'awsDeviceV2' ); has Connections => (is => 'ro', isa => 'ArrayRef[Paws::DirectConnect::Connection]', traits => ['NameInRequest'], request_name => 'connections' ); has ConnectionsBandwidth => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'connectionsBandwidth' ); has EncryptionMode => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'encryptionMode' ); has HasLogicalRedundancy => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'hasLogicalRedundancy' ); has JumboFrameCapable => (is => 'ro', isa => 'Bool', traits => ['NameInRequest'], request_name => 'jumboFrameCapable' ); has LagId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lagId' ); has LagName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lagName' ); has LagState => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lagState' ); has Location => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'location' ); has MacSecCapable => (is => 'ro', isa => 'Bool', traits => ['NameInRequest'], request_name => 'macSecCapable' ); has MacSecKeys => (is => 'ro', isa => 'ArrayRef[Paws::DirectConnect::MacSecKey]', traits => ['NameInRequest'], request_name => 'macSecKeys' ); has MinimumLinks => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'minimumLinks' ); has NumberOfConnections => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'numberOfConnections' ); has OwnerAccount => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'ownerAccount' ); has ProviderName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'providerName' ); has Region => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'region' ); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::DirectConnect::Tag]', traits => ['NameInRequest'], request_name => 'tags' ); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::DirectConnect::Lag =head1 ATTRIBUTES =head2 AllowsHostedConnections => Bool Indicates whether the LAG can host other connections. =head2 AwsDevice => Str The AWS Direct Connect endpoint that hosts the LAG. =head2 AwsDeviceV2 => Str The AWS Direct Connect endpoint that hosts the LAG. =head2 Connections => ArrayRef[L] The connections bundled by the LAG. =head2 ConnectionsBandwidth => Str The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps and 10Gbps. =head2 EncryptionMode => Str The LAG MAC Security (MACsec) encryption mode. The valid values are C, C, and C. =head2 HasLogicalRedundancy => Str Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6). Valid values are: C<"unknown">, C<"yes">, C<"no"> =head2 JumboFrameCapable => Bool Indicates whether jumbo frames (9001 MTU) are supported. =head2 LagId => Str The ID of the LAG. =head2 LagName => Str The name of the LAG. =head2 LagState => Str The state of the LAG. The following are the possible values: =over =item * C: The initial state of a LAG. The LAG stays in the requested state until the Letter of Authorization (LOA) is available. =item * C: The LAG has been approved and is being initialized. =item * C: The network link is established and the LAG is ready for use. =item * C: The network link is down. =item * C: The LAG is being deleted. =item * C: The LAG is deleted. =item * C: The state of the LAG is not available. =back Valid values are: C<"requested">, C<"pending">, C<"available">, C<"down">, C<"deleting">, C<"deleted">, C<"unknown"> =head2 Location => Str The location of the LAG. =head2 MacSecCapable => Bool Indicates whether the LAG supports MAC Security (MACsec). =head2 MacSecKeys => ArrayRef[L] The MAC Security (MACsec) security keys associated with the LAG. =head2 MinimumLinks => Int The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational. =head2 NumberOfConnections => Int The number of physical dedicated connections bundled by the LAG, up to a maximum of 10. =head2 OwnerAccount => Str The ID of the AWS account that owns the LAG. =head2 ProviderName => Str The name of the service provider associated with the LAG. =head2 Region => Str The AWS Region where the connection is located. =head2 Tags => ArrayRef[L] The tags associated with the LAG. =head2 _request_id => Str =cut 1;