@Generated(value="software.amazon.awssdk:codegen") public class VpnGateway extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<VpnGateway.Builder,VpnGateway>
Describes a virtual private gateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpnGateway.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone where the virtual private gateway was created, if applicable.
|
static VpnGateway.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends VpnGateway.Builder> |
serializableBuilderClass() |
VpnState |
state()
The current state of the virtual private gateway.
|
String |
stateString()
The current state of the virtual private gateway.
|
List<Tag> |
tags()
Any tags assigned to the virtual private gateway.
|
VpnGateway.Builder |
toBuilder() |
String |
toString() |
GatewayType |
type()
The type of VPN connection the virtual private gateway supports.
|
String |
typeString()
The type of VPN connection the virtual private gateway supports.
|
List<VpcAttachment> |
vpcAttachments()
Any VPCs attached to the virtual private gateway.
|
String |
vpnGatewayId()
The ID of the virtual private gateway.
|
public String availabilityZone()
The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.
public VpnState state()
The current state of the virtual private gateway.
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
stateString().
VpnStatepublic String stateString()
The current state of the virtual private gateway.
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
stateString().
VpnStatepublic GatewayType type()
The type of VPN connection the virtual private gateway supports.
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
typeString().
GatewayTypepublic String typeString()
The type of VPN connection the virtual private gateway supports.
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
typeString().
GatewayTypepublic List<VpcAttachment> vpcAttachments()
Any VPCs attached to the virtual private gateway.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String vpnGatewayId()
The ID of the virtual private gateway.
public List<Tag> tags()
Any tags assigned to the virtual private gateway.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public VpnGateway.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<VpnGateway.Builder,VpnGateway>public static VpnGateway.Builder builder()
public static Class<? extends VpnGateway.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.