@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class SqlFirewallPolicy extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The SQL Firewall policy resource contains the firewall policy metadata for a single user.
Note: Objects should always be created or deserialized using the SqlFirewallPolicy.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the SqlFirewallPolicy.Builder
, which maintain a
set of all explicitly set fields called SqlFirewallPolicy.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
SqlFirewallPolicy.Builder |
static class |
SqlFirewallPolicy.EnforcementScope
Specifies the SQL Firewall policy enforcement option.
|
static class |
SqlFirewallPolicy.SqlLevel
Specifies the level of SQL included for this SQL Firewall policy.
|
static class |
SqlFirewallPolicy.Status
Specifies whether the SQL Firewall policy is enabled or disabled.
|
static class |
SqlFirewallPolicy.ViolationAction
Specifies the mode in which the SQL Firewall policy is enabled.
|
static class |
SqlFirewallPolicy.ViolationAudit
Specifies whether a unified audit policy should be enabled for auditing the SQL Firewall
policy violations.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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.
|
Modifier and Type | Method and Description |
---|---|
static SqlFirewallPolicy.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getAllowedClientIps()
The list of allowed ip addresses for the SQL Firewall policy.
|
List<String> |
getAllowedClientOsUsernames()
The list of allowed operating system user names for the SQL Firewall policy.
|
List<String> |
getAllowedClientPrograms()
The list of allowed client programs for the SQL Firewall policy.
|
String |
getCompartmentId()
The OCID of the compartment containing the SQL Firewall policy.
|
String |
getDbUserName()
The database user name.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDescription()
The description of the SQL Firewall policy.
|
String |
getDisplayName()
The display name of the SQL Firewall policy.
|
SqlFirewallPolicy.EnforcementScope |
getEnforcementScope()
Specifies the SQL Firewall policy enforcement option.
|
Map<String,String> |
getFreeformTags()
Free-form tags for this resource.
|
String |
getId()
The OCID of the SQL Firewall policy.
|
String |
getLifecycleDetails()
Details about the current state of the SQL Firewall policy in Data Safe.
|
SqlFirewallPolicyLifecycleState |
getLifecycleState()
The current state of the SQL Firewall policy.
|
String |
getSecurityPolicyId()
The OCID of the security policy corresponding to the SQL Firewall policy.
|
SqlFirewallPolicy.SqlLevel |
getSqlLevel()
Specifies the level of SQL included for this SQL Firewall policy.
|
SqlFirewallPolicy.Status |
getStatus()
Specifies whether the SQL Firewall policy is enabled or disabled.
|
Map<String,Map<String,Object>> |
getSystemTags()
System tags for this resource.
|
Date |
getTimeCreated()
The time that the SQL Firewall policy was created, in the format defined by RFC3339.
|
Date |
getTimeUpdated()
The date and time the SQL Firewall policy was last updated, in the format defined by RFC3339.
|
SqlFirewallPolicy.ViolationAction |
getViolationAction()
Specifies the mode in which the SQL Firewall policy is enabled.
|
SqlFirewallPolicy.ViolationAudit |
getViolationAudit()
Specifies whether a unified audit policy should be enabled for auditing the SQL Firewall
policy violations.
|
int |
hashCode() |
SqlFirewallPolicy.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","compartmentId","displayName","description","securityPolicyId","dbUserName","sqlLevel","status","enforcementScope","violationAction","violationAudit","allowedClientIps","allowedClientOsUsernames","allowedClientPrograms","timeCreated","timeUpdated","lifecycleState","lifecycleDetails","freeformTags","definedTags","systemTags"}) public 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)
public static SqlFirewallPolicy.Builder builder()
Create a new builder.
public SqlFirewallPolicy.Builder toBuilder()
public String getId()
The OCID of the SQL Firewall policy.
public String getCompartmentId()
The OCID of the compartment containing the SQL Firewall policy.
public String getDisplayName()
The display name of the SQL Firewall policy.
public String getDescription()
The description of the SQL Firewall policy.
public String getSecurityPolicyId()
The OCID of the security policy corresponding to the SQL Firewall policy.
public String getDbUserName()
The database user name.
public SqlFirewallPolicy.SqlLevel getSqlLevel()
Specifies the level of SQL included for this SQL Firewall policy. USER_ISSUED_SQL - User issued SQL statements only. ALL_SQL - Includes all SQL statements including SQL statement issued inside PL/SQL units.
public SqlFirewallPolicy.Status getStatus()
Specifies whether the SQL Firewall policy is enabled or disabled.
public SqlFirewallPolicy.EnforcementScope getEnforcementScope()
Specifies the SQL Firewall policy enforcement option.
public SqlFirewallPolicy.ViolationAction getViolationAction()
Specifies the mode in which the SQL Firewall policy is enabled.
public SqlFirewallPolicy.ViolationAudit getViolationAudit()
Specifies whether a unified audit policy should be enabled for auditing the SQL Firewall policy violations.
public List<String> getAllowedClientIps()
The list of allowed ip addresses for the SQL Firewall policy.
public List<String> getAllowedClientOsUsernames()
The list of allowed operating system user names for the SQL Firewall policy.
public List<String> getAllowedClientPrograms()
The list of allowed client programs for the SQL Firewall policy.
public Date getTimeCreated()
The time that the SQL Firewall policy was created, in the format defined by RFC3339.
public Date getTimeUpdated()
The date and time the SQL Firewall policy was last updated, in the format defined by RFC3339.
public SqlFirewallPolicyLifecycleState getLifecycleState()
The current state of the SQL Firewall policy.
public String getLifecycleDetails()
Details about the current state of the SQL Firewall policy in Data Safe.
public Map<String,String> getFreeformTags()
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags
Example: {"Operations": {"CostCenter": "42"}}
public Map<String,Map<String,Object>> getSystemTags()
System tags for this resource. Each key is predefined and scoped to a namespace. For more
information, see Resource Tags. Example: {"orcl-cloud": {"free-tier-retained":
"true"}}
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.