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