| 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 AWS Direct Connect endpoint that hosts the LAG.
|
Lag |
Lag.withAwsDeviceV2(String awsDeviceV2)
The AWS Direct Connect endpoint that hosts the LAG.
|
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.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 (9001 MTU) 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.withMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
Lag |
Lag.withNumberOfConnections(Integer numberOfConnections)
The number of physical connections bundled by the LAG, up to a maximum of 10.
|
Lag |
Lag.withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the LAG.
|
Lag |
Lag.withRegion(String region)
The AWS Region where the connection is located.
|
Lag |
Lag.withTags(Collection<Tag> tags)
Any tags assigned to link aggregation group (LAG).
|
Lag |
Lag.withTags(Tag... tags)
Any tags assigned to link aggregation group (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 © 2019. All rights reserved.