public final class AzureFirewallNatRCActionType extends com.microsoft.rest.ExpandableStringEnum<AzureFirewallNatRCActionType>
| Modifier and Type | Field and Description |
|---|---|
static AzureFirewallNatRCActionType |
DNAT
Static value Dnat for AzureFirewallNatRCActionType.
|
static AzureFirewallNatRCActionType |
SNAT
Static value Snat for AzureFirewallNatRCActionType.
|
| Constructor and Description |
|---|
AzureFirewallNatRCActionType() |
| Modifier and Type | Method and Description |
|---|---|
static AzureFirewallNatRCActionType |
fromString(String name)
Creates or finds a AzureFirewallNatRCActionType from its string representation.
|
static Collection<AzureFirewallNatRCActionType> |
values() |
public static final AzureFirewallNatRCActionType SNAT
public static final AzureFirewallNatRCActionType DNAT
public static AzureFirewallNatRCActionType fromString(String name)
name - a name to look forpublic static Collection<AzureFirewallNatRCActionType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/