@Generated(value="software.amazon.awssdk:codegen") public final class VpnConnectionDeviceType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpnConnectionDeviceType.Builder,VpnConnectionDeviceType>
List of customer gateway devices that have a sample configuration file available for use. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpnConnectionDeviceType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpnConnectionDeviceType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
platform()
Customer gateway device platform.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpnConnectionDeviceType.Builder> |
serializableBuilderClass() |
String |
software()
Customer gateway device software version.
|
VpnConnectionDeviceType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vendor()
Customer gateway device vendor.
|
String |
vpnConnectionDeviceTypeId()
Customer gateway device identifier.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpnConnectionDeviceTypeId()
Customer gateway device identifier.
public final String vendor()
Customer gateway device vendor.
public final String platform()
Customer gateway device platform.
public final String software()
Customer gateway device software version.
public VpnConnectionDeviceType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpnConnectionDeviceType.Builder,VpnConnectionDeviceType>public static VpnConnectionDeviceType.Builder builder()
public static Class<? extends VpnConnectionDeviceType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.