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