@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-20T22:19:59.626Z") public enum VpnConnectionType extends java.lang.Enum<VpnConnectionType>
Enum Constant and Description |
---|
DUMMY
Dummy member TODO: remove once https://github.com/aws/jsii/issues/231 is fixed.
|
IPSEC_1
The IPsec 1 VPN connection type.
|
Modifier and Type | Method and Description |
---|---|
static VpnConnectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VpnConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VpnConnectionType IPSEC_1
public static final VpnConnectionType DUMMY
public static VpnConnectionType[] values()
for (VpnConnectionType c : VpnConnectionType.values()) System.out.println(c);
public static VpnConnectionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null