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