Class VpnNatRuleType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<VpnNatRuleType>
-
- com.azure.resourcemanager.network.models.VpnNatRuleType
-
public final class VpnNatRuleType extends com.azure.core.util.ExpandableStringEnum<VpnNatRuleType>
Defines values for VpnNatRuleType.
-
-
Field Summary
Fields Modifier and Type Field Description static VpnNatRuleTypeDYNAMICStatic value Dynamic for VpnNatRuleType.static VpnNatRuleTypeSTATICStatic value Static for VpnNatRuleType.
-
Constructor Summary
Constructors Constructor Description VpnNatRuleType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VpnNatRuleTypefromString(String name)Creates or finds a VpnNatRuleType from its string representation.static Collection<VpnNatRuleType>values()
-
-
-
Field Detail
-
STATIC
public static final VpnNatRuleType STATIC
Static value Static for VpnNatRuleType.
-
DYNAMIC
public static final VpnNatRuleType DYNAMIC
Static value Dynamic for VpnNatRuleType.
-
-
Method Detail
-
fromString
public static VpnNatRuleType fromString(String name)
Creates or finds a VpnNatRuleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VpnNatRuleType.
-
values
public static Collection<VpnNatRuleType> values()
- Returns:
- known VpnNatRuleType values.
-
-