Class VpnType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<VpnType>
-
- com.azure.resourcemanager.network.models.VpnType
-
public final class VpnType extends com.azure.core.util.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.
-
-