Uses of Class
com.oracle.bmc.datasafe.model.FirewallConfig.Builder
-
Packages that use FirewallConfig.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of FirewallConfig.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FirewallConfig.Builder Modifier and Type Method Description static FirewallConfig.Builder
FirewallConfig. builder()
Create a new builder.FirewallConfig.Builder
FirewallConfig.Builder. copy(FirewallConfig model)
FirewallConfig.Builder
FirewallConfig.Builder. excludeJob(FirewallConfig.ExcludeJob excludeJob)
Specifies whether the firewall should include or exclude the database internal job activities.FirewallConfig.Builder
FirewallConfig.Builder. status(FirewallConfig.Status status)
Specifies if the firewall is enabled or disabled.FirewallConfig.Builder
FirewallConfig.Builder. timeStatusUpdated(Date timeStatusUpdated)
The date and time the firewall configuration was last updated, in the format defined by RFC3339.FirewallConfig.Builder
FirewallConfig. toBuilder()
FirewallConfig.Builder
FirewallConfig.Builder. violationLogAutoPurge(FirewallConfig.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.
-