Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SqlFirewallPolicySummary.SqlLevel |
SqlFirewallPolicySummary.SqlLevel.create(String key) |
SqlFirewallPolicySummary.SqlLevel |
SqlFirewallPolicySummary.getSqlLevel()
Specifies the level of SQL included for this SQL Firewall policy.
|
static SqlFirewallPolicySummary.SqlLevel |
SqlFirewallPolicySummary.SqlLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlFirewallPolicySummary.SqlLevel[] |
SqlFirewallPolicySummary.SqlLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlFirewallPolicySummary.Builder |
SqlFirewallPolicySummary.Builder.sqlLevel(SqlFirewallPolicySummary.SqlLevel sqlLevel)
Specifies the level of SQL included for this SQL Firewall policy.
|
Constructor and Description |
---|
SqlFirewallPolicySummary(String id,
String compartmentId,
String displayName,
String description,
String securityPolicyId,
String dbUserName,
SqlFirewallPolicySummary.SqlLevel sqlLevel,
SqlFirewallPolicySummary.Status status,
SqlFirewallPolicySummary.EnforcementScope enforcementScope,
SqlFirewallPolicySummary.ViolationAction violationAction,
SqlFirewallPolicySummary.ViolationAudit violationAudit,
Date timeCreated,
Date timeUpdated,
SqlFirewallPolicyLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.