IpRuleAction Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. iotcentral. models. IpRuleAction
- com.
- com.
public final class IpRuleAction
extends ExpandableStringEnum<IpRuleAction>
The network action for the IP mask.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Ip |
ALLOW
Static value Allow for Ip |
Constructor Summary
| Constructor | Description |
|---|---|
| IpRuleAction() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ip |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ip |
fromString(String name)
Creates or finds a Ip |
|
static
Collection<Ip |
values()
Gets known Ip |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOW
public static final IpRuleAction ALLOW
Static value Allow for IpRuleAction.
Constructor Details
IpRuleAction
@Deprecated
public IpRuleAction()
Deprecated
Creates a new instance of IpRuleAction value.
Method Details
fromString
public static IpRuleAction fromString(String name)
Creates or finds a IpRuleAction from its string representation.
Parameters:
Returns:
values
public static Collection<IpRuleAction> values()
Gets known IpRuleAction values.
Returns: