VpnGatewayTunnelingProtocol Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.VpnGatewayTunnelingProtocol

public final class VpnGatewayTunnelingProtocol
extends com.microsoft.rest.ExpandableStringEnum<VpnGatewayTunnelingProtocol>

Defines values for VpnGatewayTunnelingProtocol.

Field Summary

Modifier and Type Field and Description
static final VpnGatewayTunnelingProtocol IKE_V2

Static value IkeV2 for VpnGatewayTunnelingProtocol.

static final VpnGatewayTunnelingProtocol OPEN_VPN

Static value OpenVPN for VpnGatewayTunnelingProtocol.

Constructor Summary

Constructor Description
VpnGatewayTunnelingProtocol()

Method Summary

Modifier and Type Method and Description
static VpnGatewayTunnelingProtocol fromString(String name)

Creates or finds a VpnGatewayTunnelingProtocol from its string representation.

static java.util.Collection<VpnGatewayTunnelingProtocol> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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

public VpnGatewayTunnelingProtocol()

Method Details

fromString

public static VpnGatewayTunnelingProtocol fromString(String name)

Creates or finds a VpnGatewayTunnelingProtocol from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding VpnGatewayTunnelingProtocol

values

public static Collection values()

Returns:

known VpnGatewayTunnelingProtocol values

Applies to