@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) |
int |
hashCode() |
static Class<? extends VpnGateway.Builder> |
serializableBuilderClass() |
String |
state()
The current state of the virtual private gateway.
|
List<Tag> |
tags()
Any tags assigned to the virtual private gateway.
|
VpnGateway.Builder |
toBuilder() |
String |
toString() |
String |
type()
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 String state()
The current state of the virtual private gateway.
VpnStatepublic String type()
The type of VPN connection the virtual private gateway supports.
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.