| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Lag |
Lag.clone() |
Lag |
Lag.withAllowsHostedConnections(Boolean allowsHostedConnections)
Indicates whether the LAG can host other connections.
|
Lag |
Lag.withAwsDevice(String awsDevice)
The Direct Connect endpoint that hosts the LAG.
|
Lag |
Lag.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that hosts the LAG.
|
Lag |
Lag.withAwsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
Lag |
Lag.withConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
Lag |
Lag.withConnections(Connection... connections)
The connections bundled by the LAG.
|
Lag |
Lag.withConnectionsBandwidth(String connectionsBandwidth)
The individual bandwidth of the physical connections bundled by the LAG.
|
Lag |
Lag.withEncryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
|
Lag |
Lag.withHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
Lag |
Lag.withHasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
Lag |
Lag.withJumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames are supported.
|
Lag |
Lag.withLagId(String lagId)
The ID of the LAG.
|
Lag |
Lag.withLagName(String lagName)
The name of the LAG.
|
Lag |
Lag.withLagState(LagState lagState)
The state of the LAG.
|
Lag |
Lag.withLagState(String lagState)
The state of the LAG.
|
Lag |
Lag.withLocation(String location)
The location of the LAG.
|
Lag |
Lag.withMacSecCapable(Boolean macSecCapable)
Indicates whether the LAG supports MAC Security (MACsec).
|
Lag |
Lag.withMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
|
Lag |
Lag.withMacSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
|
Lag |
Lag.withMinimumLinks(Integer minimumLinks)
The minimum number of physical dedicated connections that must be operational for the LAG itself to be
operational.
|
Lag |
Lag.withNumberOfConnections(Integer numberOfConnections)
The number of physical dedicated connections initially provisioned and bundled by the LAG.
|
Lag |
Lag.withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the LAG.
|
Lag |
Lag.withProviderName(String providerName)
The name of the service provider associated with the LAG.
|
Lag |
Lag.withRegion(String region)
The Amazon Web Services Region where the connection is located.
|
Lag |
Lag.withTags(Collection<Tag> tags)
The tags associated with the LAG.
|
Lag |
Lag.withTags(Tag... tags)
The tags associated with the LAG.
|
| Modifier and Type | Method and Description |
|---|---|
List<Lag> |
DescribeLagsResult.getLags()
The LAGs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLagsResult |
DescribeLagsResult.withLags(Lag... lags)
The LAGs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLagsResult.setLags(Collection<Lag> lags)
The LAGs.
|
DescribeLagsResult |
DescribeLagsResult.withLags(Collection<Lag> lags)
The LAGs.
|
Copyright © 2025. All rights reserved.