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