public final class VpnType extends com.azure.core.util.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 for.public static Collection<VpnType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.