@Generated(value="software.amazon.awssdk:codegen") public final class VpnConnection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpnConnection.Builder,VpnConnection>
Describes a VPN connection.
Modifier and Type | Class and Description |
---|---|
static interface |
VpnConnection.Builder |
Modifier and Type | Method and Description |
---|---|
static VpnConnection.Builder |
builder() |
String |
category()
The category of the VPN connection.
|
String |
coreNetworkArn()
The ARN of the core network.
|
String |
coreNetworkAttachmentArn()
The ARN of the core network attachment.
|
String |
customerGatewayConfiguration()
The configuration information for the VPN connection's customer gateway (in the native XML format).
|
String |
customerGatewayId()
The ID of the customer gateway at your end of the VPN connection.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
GatewayAssociationState |
gatewayAssociationState()
The current state of the gateway association.
|
String |
gatewayAssociationStateAsString()
The current state of the gateway association.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasRoutes()
For responses, this returns true if the service returned a value for the Routes property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
boolean |
hasVgwTelemetry()
For responses, this returns true if the service returned a value for the VgwTelemetry property.
|
VpnConnectionOptions |
options()
The VPN connection options.
|
List<VpnStaticRoute> |
routes()
The static routes associated with the VPN connection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpnConnection.Builder> |
serializableBuilderClass() |
VpnState |
state()
The current state of the VPN connection.
|
String |
stateAsString()
The current state of the VPN connection.
|
List<Tag> |
tags()
Any tags assigned to the VPN connection.
|
VpnConnection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayId()
The ID of the transit gateway associated with the VPN connection.
|
GatewayType |
type()
The type of VPN connection.
|
String |
typeAsString()
The type of VPN connection.
|
List<VgwTelemetry> |
vgwTelemetry()
Information about the VPN tunnel.
|
String |
vpnConnectionId()
The ID of the VPN connection.
|
String |
vpnGatewayId()
The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String customerGatewayConfiguration()
The configuration information for the VPN connection's customer gateway (in the native XML format). This element
is always present in the CreateVpnConnection response; however, it's present in the
DescribeVpnConnections response only if the VPN connection is in the pending
or
available
state.
pending
or
available
state.public final String customerGatewayId()
The ID of the customer gateway at your end of the VPN connection.
public final String category()
The category of the VPN connection. A value of VPN
indicates an Amazon Web Services VPN connection.
A value of VPN-Classic
indicates an Amazon Web Services Classic VPN connection.
VPN
indicates an Amazon Web Services VPN
connection. A value of VPN-Classic
indicates an Amazon Web Services Classic VPN connection.public final VpnState state()
The current state of the VPN connection.
If the service returns an enum value that is not available in the current SDK version, state
will return
VpnState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
VpnState
public final String stateAsString()
The current state of the VPN connection.
If the service returns an enum value that is not available in the current SDK version, state
will return
VpnState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
VpnState
public final GatewayType type()
The type of VPN connection.
If the service returns an enum value that is not available in the current SDK version, type
will return
GatewayType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
GatewayType
public final String typeAsString()
The type of VPN connection.
If the service returns an enum value that is not available in the current SDK version, type
will return
GatewayType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
GatewayType
public final String vpnConnectionId()
The ID of the VPN connection.
public final String vpnGatewayId()
The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.
public final String transitGatewayId()
The ID of the transit gateway associated with the VPN connection.
public final String coreNetworkArn()
The ARN of the core network.
public final String coreNetworkAttachmentArn()
The ARN of the core network attachment.
public final GatewayAssociationState gatewayAssociationState()
The current state of the gateway association.
If the service returns an enum value that is not available in the current SDK version,
gatewayAssociationState
will return GatewayAssociationState.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from gatewayAssociationStateAsString()
.
GatewayAssociationState
public final String gatewayAssociationStateAsString()
The current state of the gateway association.
If the service returns an enum value that is not available in the current SDK version,
gatewayAssociationState
will return GatewayAssociationState.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from gatewayAssociationStateAsString()
.
GatewayAssociationState
public final VpnConnectionOptions options()
The VPN connection options.
public final boolean hasRoutes()
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<VpnStaticRoute> routes()
The static routes associated with the VPN connection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRoutes()
method.
public final boolean hasTags()
isEmpty()
method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
Any tags assigned to the VPN connection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags()
method.
public final boolean hasVgwTelemetry()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<VgwTelemetry> vgwTelemetry()
Information about the VPN tunnel.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVgwTelemetry()
method.
public VpnConnection.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VpnConnection.Builder,VpnConnection>
public static VpnConnection.Builder builder()
public static Class<? extends VpnConnection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.