Uses of Class
com.oracle.bmc.datasafe.model.SqlFirewallConfig.ViolationLogAutoPurge
-
Packages that use SqlFirewallConfig.ViolationLogAutoPurge Package Description com.oracle.bmc.datasafe.model -
-
Uses of SqlFirewallConfig.ViolationLogAutoPurge in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlFirewallConfig.ViolationLogAutoPurge Modifier and Type Method 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.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlFirewallConfig.ViolationLogAutoPurge Modifier and Type Method 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.Constructors in com.oracle.bmc.datasafe.model with parameters of type SqlFirewallConfig.ViolationLogAutoPurge Constructor Description SqlFirewallConfig(SqlFirewallConfig.Status status, SqlFirewallConfig.ViolationLogAutoPurge violationLogAutoPurge, SqlFirewallConfig.ExcludeJob excludeJob, Date timeStatusUpdated)
Deprecated.
-