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