Class VpnNatRuleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VpnNatRuleType>
com.azure.resourcemanager.network.models.VpnNatRuleType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The type of NAT rule for VPN NAT.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VpnNatRuleTypeStatic value Dynamic for VpnNatRuleType.static final VpnNatRuleTypeStatic value Static for VpnNatRuleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VpnNatRuleTypefromString(String name) Creates or finds a VpnNatRuleType from its string representation.static Collection<VpnNatRuleType> values()Gets known VpnNatRuleType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STATIC
Static value Static for VpnNatRuleType. -
DYNAMIC
Static value Dynamic for VpnNatRuleType.
-
-
Constructor Details
-
VpnNatRuleType
Deprecated.Use thefromString(String)factory method.Creates a new instance of VpnNatRuleType value.
-
-
Method Details
-
fromString
Creates or finds a VpnNatRuleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VpnNatRuleType.
-
values
Gets known VpnNatRuleType values.- Returns:
- known VpnNatRuleType values.
-
fromString(String)factory method.