Uses of Class
com.oracle.bmc.datasafe.model.FirewallConfig.ViolationLogAutoPurge
-
Packages that use FirewallConfig.ViolationLogAutoPurge Package Description com.oracle.bmc.datasafe.model -
-
Uses of FirewallConfig.ViolationLogAutoPurge in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FirewallConfig.ViolationLogAutoPurge Modifier and Type Method Description static FirewallConfig.ViolationLogAutoPurge
FirewallConfig.ViolationLogAutoPurge. create(String key)
FirewallConfig.ViolationLogAutoPurge
FirewallConfig. 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 FirewallConfig.ViolationLogAutoPurge
FirewallConfig.ViolationLogAutoPurge. valueOf(String name)
Returns the enum constant of this type with the specified name.static FirewallConfig.ViolationLogAutoPurge[]
FirewallConfig.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 FirewallConfig.ViolationLogAutoPurge Modifier and Type Method Description 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.Constructors in com.oracle.bmc.datasafe.model with parameters of type FirewallConfig.ViolationLogAutoPurge Constructor Description FirewallConfig(FirewallConfig.Status status, FirewallConfig.ViolationLogAutoPurge violationLogAutoPurge, FirewallConfig.ExcludeJob excludeJob, Date timeStatusUpdated)
Deprecated.
-