@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.524Z") @Stability(value=Stable) public enum VpnConnectionType extends 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(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.
|
@Stability(value=Stable) public static final VpnConnectionType IPSEC_1
@Stability(value=Stable) public static final VpnConnectionType DUMMY
public static VpnConnectionType[] values()
for (VpnConnectionType c : VpnConnectionType.values()) System.out.println(c);
public static VpnConnectionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.