public static final class Configuration.ConnectionRuleAction extends Enum
An enum containing security rule action constants.
Modifier and Type | Field and Description |
---|---|
static Configuration.ConnectionRuleAction |
ALLOW
Allows connections to resources matching the rule.
|
static Configuration.ConnectionRuleAction |
DENY
Denies connections to resources matching the rule.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.ConnectionRuleAction |
valueOf(String name) |
static Configuration.ConnectionRuleAction[] |
values() |
public static final Configuration.ConnectionRuleAction ALLOW
Allows connections to resources matching the rule.
public static final Configuration.ConnectionRuleAction DENY
Denies connections to resources matching the rule.
public static Configuration.ConnectionRuleAction[] values()
public static Configuration.ConnectionRuleAction valueOf(String name)
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.