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