Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SqlFirewallConfig.ViolationLogAutoPurge |
SqlFirewallConfig.ViolationLogAutoPurge.create(String key) |
SqlFirewallConfig.ViolationLogAutoPurge |
SqlFirewallConfig.getViolationLogAutoPurge()
Specifies whether Data Safe should automatically purge the violation logs from the database
after collecting the violation logs and persisting on Data Safe.
|
static SqlFirewallConfig.ViolationLogAutoPurge |
SqlFirewallConfig.ViolationLogAutoPurge.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlFirewallConfig.ViolationLogAutoPurge[] |
SqlFirewallConfig.ViolationLogAutoPurge.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlFirewallConfig.Builder |
SqlFirewallConfig.Builder.violationLogAutoPurge(SqlFirewallConfig.ViolationLogAutoPurge violationLogAutoPurge)
Specifies whether Data Safe should automatically purge the violation logs from the
database after collecting the violation logs and persisting on Data Safe.
|
Constructor and Description |
---|
SqlFirewallConfig(SqlFirewallConfig.Status status,
SqlFirewallConfig.ViolationLogAutoPurge violationLogAutoPurge,
SqlFirewallConfig.ExcludeJob excludeJob,
Date timeStatusUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.