public final class VpnNatRuleMode extends com.azure.core.util.ExpandableStringEnum<VpnNatRuleMode>
| Modifier and Type | Field and Description |
|---|---|
static VpnNatRuleMode |
EGRESS_SNAT
Static value EgressSnat for VpnNatRuleMode.
|
static VpnNatRuleMode |
INGRESS_SNAT
Static value IngressSnat for VpnNatRuleMode.
|
| Constructor and Description |
|---|
VpnNatRuleMode() |
| Modifier and Type | Method and Description |
|---|---|
static VpnNatRuleMode |
fromString(String name)
Creates or finds a VpnNatRuleMode from its string representation.
|
static Collection<VpnNatRuleMode> |
values() |
public static final VpnNatRuleMode EGRESS_SNAT
public static final VpnNatRuleMode INGRESS_SNAT
public static VpnNatRuleMode fromString(String name)
name - a name to look for.public static Collection<VpnNatRuleMode> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.