public final class VpnType extends com.microsoft.rest.ExpandableStringEnum<VpnType>
| Modifier and Type | Field and Description |
|---|---|
static VpnType |
POLICY_BASED
Static value PolicyBased for VpnType.
|
static VpnType |
ROUTE_BASED
Static value RouteBased for VpnType.
|
| Constructor and Description |
|---|
VpnType() |
| Modifier and Type | Method and Description |
|---|---|
static VpnType |
fromString(String name)
Creates or finds a VpnType from its string representation.
|
static Collection<VpnType> |
values() |
public static final VpnType POLICY_BASED
public static final VpnType ROUTE_BASED
public static VpnType fromString(String name)
name - a name to look forpublic static Collection<VpnType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/