Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge |
UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge.create(String key) |
UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge |
UpdateSqlFirewallConfigDetails.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 UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge |
UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge[] |
UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateSqlFirewallConfigDetails.Builder |
UpdateSqlFirewallConfigDetails.Builder.violationLogAutoPurge(UpdateSqlFirewallConfigDetails.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 |
---|
UpdateSqlFirewallConfigDetails(UpdateSqlFirewallConfigDetails.Status status,
UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge violationLogAutoPurge,
UpdateSqlFirewallConfigDetails.ExcludeJob excludeJob)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.