@Generated(value="software.amazon.awssdk:codegen") public final class VirtualGateway extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VirtualGateway.Builder,VirtualGateway>
Information about a virtual private gateway for a private virtual interface.
Modifier and Type | Class and Description |
---|---|
static interface |
VirtualGateway.Builder |
Modifier and Type | Method and Description |
---|---|
static VirtualGateway.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VirtualGateway.Builder> |
serializableBuilderClass() |
VirtualGateway.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
virtualGatewayId()
The ID of the virtual private gateway.
|
String |
virtualGatewayState()
The state of the virtual private gateway.
|
copy
public String virtualGatewayId()
The ID of the virtual private gateway.
public String virtualGatewayState()
The state of the virtual private gateway. The following are the possible values:
pending
: Initial state after creating the virtual private gateway.
available
: Ready for use by a private virtual interface.
deleting
: Initial state after deleting the virtual private gateway.
deleted
: The virtual private gateway is deleted. The private virtual interface is unable to send
traffic over this gateway.
pending
: Initial state after creating the virtual private gateway.
available
: Ready for use by a private virtual interface.
deleting
: Initial state after deleting the virtual private gateway.
deleted
: The virtual private gateway is deleted. The private virtual interface is unable to
send traffic over this gateway.
public VirtualGateway.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VirtualGateway.Builder,VirtualGateway>
public static VirtualGateway.Builder builder()
public static Class<? extends VirtualGateway.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.