Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SqlFirewallConfig.Builder |
SqlFirewallConfig.builder()
Create a new builder.
|
SqlFirewallConfig.Builder |
SqlFirewallConfig.Builder.copy(SqlFirewallConfig model) |
SqlFirewallConfig.Builder |
SqlFirewallConfig.Builder.excludeJob(SqlFirewallConfig.ExcludeJob excludeJob)
Specifies whether the firewall should include or exclude the database internal job
activities.
|
SqlFirewallConfig.Builder |
SqlFirewallConfig.Builder.status(SqlFirewallConfig.Status status)
Specifies if the firewall is enabled or disabled on the target database.
|
SqlFirewallConfig.Builder |
SqlFirewallConfig.Builder.timeStatusUpdated(Date timeStatusUpdated)
The most recent time when the firewall status is updated, in the format defined by
RFC3339.
|
SqlFirewallConfig.Builder |
SqlFirewallConfig.toBuilder() |
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.
|
Copyright © 2016–2024. All rights reserved.