Class VpnType
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<VpnType>
-
- com.microsoft.azure.management.network.VpnType
-
public final class VpnType extends com.microsoft.rest.ExpandableStringEnum<VpnType>
Defines values for VpnType.
-
-
Field Summary
Fields Modifier and Type Field Description static VpnTypePOLICY_BASEDStatic value PolicyBased for VpnType.static VpnTypeROUTE_BASEDStatic value RouteBased for VpnType.
-
Constructor Summary
Constructors Constructor Description VpnType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VpnTypefromString(String name)Creates or finds a VpnType from its string representation.static Collection<VpnType>values()
-
-
-
Method Detail
-
fromString
public static VpnType fromString(String name)
Creates or finds a VpnType from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding VpnType
-
values
public static Collection<VpnType> values()
- Returns:
- known VpnType values
-
-