@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.135Z") @Stability(value=Experimental) public enum VpnConnectionType extends Enum<VpnConnectionType>
| Enum Constant and Description |
|---|
DUMMY
(experimental) Dummy member TODO: remove once https://github.com/aws/jsii/issues/231 is fixed.
|
IPSEC_1
(experimental) 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=Experimental) public static final VpnConnectionType IPSEC_1
@Stability(value=Experimental) 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 © 2021. All rights reserved.