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