public final class AzureFirewallNetworkRuleProtocol extends ExpandableStringEnum<AzureFirewallNetworkRuleProtocol>
Modifier and Type | Field and Description |
---|---|
static AzureFirewallNetworkRuleProtocol |
ANY
Static value Any for AzureFirewallNetworkRuleProtocol.
|
static AzureFirewallNetworkRuleProtocol |
ICMP
Static value ICMP for AzureFirewallNetworkRuleProtocol.
|
static AzureFirewallNetworkRuleProtocol |
TCP
Static value TCP for AzureFirewallNetworkRuleProtocol.
|
static AzureFirewallNetworkRuleProtocol |
UDP
Static value UDP for AzureFirewallNetworkRuleProtocol.
|
Constructor and Description |
---|
AzureFirewallNetworkRuleProtocol() |
Modifier and Type | Method and Description |
---|---|
static AzureFirewallNetworkRuleProtocol |
fromString(String name)
Creates or finds a AzureFirewallNetworkRuleProtocol from its string representation.
|
static Collection<AzureFirewallNetworkRuleProtocol> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final AzureFirewallNetworkRuleProtocol TCP
public static final AzureFirewallNetworkRuleProtocol UDP
public static final AzureFirewallNetworkRuleProtocol ANY
public static final AzureFirewallNetworkRuleProtocol ICMP
public static AzureFirewallNetworkRuleProtocol fromString(String name)
name
- a name to look forpublic static Collection<AzureFirewallNetworkRuleProtocol> values()
Copyright © 2019. All rights reserved.