Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VpnStaticRoute> |
VpnConnection.routes
The static routes associated with the VPN connection.
|
Modifier and Type | Method and Description |
---|---|
VpnStaticRoute |
VpnStaticRoute.clone() |
VpnStaticRoute |
VpnStaticRoute.withDestinationCidrBlock(java.lang.String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer data
center.
|
VpnStaticRoute |
VpnStaticRoute.withSource(java.lang.String source)
Indicates how the routes were provided.
|
VpnStaticRoute |
VpnStaticRoute.withSource(VpnStaticRouteSource source)
Indicates how the routes were provided.
|
VpnStaticRoute |
VpnStaticRoute.withState(java.lang.String state)
The current state of the static route.
|
VpnStaticRoute |
VpnStaticRoute.withState(VpnState state)
The current state of the static route.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VpnStaticRoute> |
VpnConnection.getRoutes()
The static routes associated with the VPN connection.
|
Modifier and Type | Method and Description |
---|---|
VpnConnection |
VpnConnection.withRoutes(VpnStaticRoute... routes)
The static routes associated with the VPN connection.
|
Modifier and Type | Method and Description |
---|---|
void |
VpnConnection.setRoutes(java.util.Collection<VpnStaticRoute> routes)
The static routes associated with the VPN connection.
|
VpnConnection |
VpnConnection.withRoutes(java.util.Collection<VpnStaticRoute> routes)
The static routes associated with the VPN connection.
|
Modifier and Type | Method and Description |
---|---|
VpnStaticRoute |
VpnStaticRouteStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |