Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SqlFirewallViolationSummary.SqlLevel |
SqlFirewallViolationSummary.SqlLevel.create(String key) |
SqlFirewallViolationSummary.SqlLevel |
SqlFirewallViolationSummary.getSqlLevel()
Specifies the level of SQL for this violation.
|
static SqlFirewallViolationSummary.SqlLevel |
SqlFirewallViolationSummary.SqlLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlFirewallViolationSummary.SqlLevel[] |
SqlFirewallViolationSummary.SqlLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlFirewallViolationSummary.Builder |
SqlFirewallViolationSummary.Builder.sqlLevel(SqlFirewallViolationSummary.SqlLevel sqlLevel)
Specifies the level of SQL for this violation.
|
Constructor and Description |
---|
SqlFirewallViolationSummary(String id,
String compartmentId,
String dbUserName,
String targetId,
String targetName,
Date operationTime,
Date timeCollected,
String clientOsUserName,
String operation,
String sqlText,
String sqlAccessedObjects,
String currentDbUserName,
SqlFirewallViolationSummary.SqlLevel sqlLevel,
String clientIp,
String clientProgram,
String violationCause,
SqlFirewallViolationSummary.ViolationAction violationAction)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.