| 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 Connection endpoint that hosts the LAG.
|
Lag |
Lag.withConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
Lag |
Lag.withConnections(Connection... connections)
A list of connections bundled by this LAG.
|
Lag |
Lag.withConnectionsBandwidth(String connectionsBandwidth)
The individual bandwidth of the physical connections bundled by the LAG.
|
Lag |
Lag.withLagId(String lagId) |
Lag |
Lag.withLagName(String lagName)
The name of the LAG.
|
Lag |
Lag.withLagState(LagState lagState) |
Lag |
Lag.withLagState(String lagState) |
Lag |
Lag.withLocation(String location) |
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 owner of the LAG.
|
Lag |
Lag.withRegion(String region) |
| Modifier and Type | Method and Description |
|---|---|
List<Lag> |
DescribeLagsResult.getLags()
A list of LAGs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLagsResult |
DescribeLagsResult.withLags(Lag... lags)
A list of LAGs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLagsResult.setLags(Collection<Lag> lags)
A list of LAGs.
|
DescribeLagsResult |
DescribeLagsResult.withLags(Collection<Lag> lags)
A list of LAGs.
|
Copyright © 2018. All rights reserved.