public static enum UpdateSqlFirewallPolicyDetails.EnforcementScope extends Enum<UpdateSqlFirewallPolicyDetails.EnforcementScope> implements BmcEnum
Specifies the SQL Firewall policy enforcement option.
Enum Constant and Description |
---|
EnforceAll |
EnforceContext |
EnforceSql |
Modifier and Type | Method and Description |
---|---|
static UpdateSqlFirewallPolicyDetails.EnforcementScope |
create(String key) |
String |
getValue() |
static UpdateSqlFirewallPolicyDetails.EnforcementScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateSqlFirewallPolicyDetails.EnforcementScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateSqlFirewallPolicyDetails.EnforcementScope EnforceContext
public static final UpdateSqlFirewallPolicyDetails.EnforcementScope EnforceSql
public static final UpdateSqlFirewallPolicyDetails.EnforcementScope EnforceAll
public static UpdateSqlFirewallPolicyDetails.EnforcementScope[] values()
for (UpdateSqlFirewallPolicyDetails.EnforcementScope c : UpdateSqlFirewallPolicyDetails.EnforcementScope.values()) System.out.println(c);
public static UpdateSqlFirewallPolicyDetails.EnforcementScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static UpdateSqlFirewallPolicyDetails.EnforcementScope create(String key)
Copyright © 2016–2024. All rights reserved.