@Generated(value="software.amazon.awssdk:codegen") public class VpnStaticRoute extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<VpnStaticRoute.Builder,VpnStaticRoute>
Describes a static route for a VPN connection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpnStaticRoute.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpnStaticRoute.Builder |
builder() |
String |
destinationCidrBlock()
The CIDR block associated with the local subnet of the customer data center.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends VpnStaticRoute.Builder> |
serializableBuilderClass() |
String |
source()
Indicates how the routes were provided.
|
String |
state()
The current state of the static route.
|
VpnStaticRoute.Builder |
toBuilder() |
String |
toString() |
public String destinationCidrBlock()
The CIDR block associated with the local subnet of the customer data center.
public String source()
Indicates how the routes were provided.
VpnStaticRouteSourcepublic String state()
The current state of the static route.
VpnStatepublic VpnStaticRoute.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<VpnStaticRoute.Builder,VpnStaticRoute>public static VpnStaticRoute.Builder builder()
public static Class<? extends VpnStaticRoute.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.