Class AzureFirewallNetworkRuleProtocol
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AzureFirewallNetworkRuleProtocol>
com.microsoft.azure.management.network.AzureFirewallNetworkRuleProtocol
public final class AzureFirewallNetworkRuleProtocol
extends com.microsoft.rest.ExpandableStringEnum<AzureFirewallNetworkRuleProtocol>
Defines values for AzureFirewallNetworkRuleProtocol.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AzureFirewallNetworkRuleProtocol
Static value Any for AzureFirewallNetworkRuleProtocol.static final AzureFirewallNetworkRuleProtocol
Static value ICMP for AzureFirewallNetworkRuleProtocol.static final AzureFirewallNetworkRuleProtocol
Static value TCP for AzureFirewallNetworkRuleProtocol.static final AzureFirewallNetworkRuleProtocol
Static value UDP for AzureFirewallNetworkRuleProtocol. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a AzureFirewallNetworkRuleProtocol from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
TCP
Static value TCP for AzureFirewallNetworkRuleProtocol. -
UDP
Static value UDP for AzureFirewallNetworkRuleProtocol. -
ANY
Static value Any for AzureFirewallNetworkRuleProtocol. -
ICMP
Static value ICMP for AzureFirewallNetworkRuleProtocol.
-
-
Constructor Details
-
AzureFirewallNetworkRuleProtocol
public AzureFirewallNetworkRuleProtocol()
-
-
Method Details
-
fromString
Creates or finds a AzureFirewallNetworkRuleProtocol from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding AzureFirewallNetworkRuleProtocol
-
values
- Returns:
- known AzureFirewallNetworkRuleProtocol values
-