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