VpnGatewayTunnelingProtocol Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. VpnGatewayTunnelingProtocol
- com.
- com.
public final class VpnGatewayTunnelingProtocol
extends ExpandableStringEnum<VpnGatewayTunnelingProtocol>
VPN protocol enabled for the VpnServerConfiguration.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Vpn |
IKE_V2
Static value IkeV2 for Vpn |
static final
Vpn |
OPEN_VPN
Static value OpenVPN for Vpn |
Constructor Summary
Constructor | Description |
---|---|
VpnGatewayTunnelingProtocol() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Vpn |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vpn |
fromString(String name)
Creates or finds a Vpn |
static
Collection<Vpn |
values()
Gets known Vpn |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
IKE_V2
public static final VpnGatewayTunnelingProtocol IKE_V2
Static value IkeV2 for VpnGatewayTunnelingProtocol.
OPEN_VPN
public static final VpnGatewayTunnelingProtocol OPEN_VPN
Static value OpenVPN for VpnGatewayTunnelingProtocol.
Constructor Details
VpnGatewayTunnelingProtocol
@Deprecated
public VpnGatewayTunnelingProtocol()
Deprecated
Creates a new instance of VpnGatewayTunnelingProtocol value.
Method Details
fromString
public static VpnGatewayTunnelingProtocol fromString(String name)
Creates or finds a VpnGatewayTunnelingProtocol from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known VpnGatewayTunnelingProtocol values.
Returns:
Applies to
Azure SDK for Java