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