Uses of Class
com.oracle.bmc.networkfirewall.model.HealthStatus
-
Packages that use HealthStatus Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of HealthStatus in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return HealthStatus Modifier and Type Method Description static HealthStatusHealthStatus. create(String key)HealthStatusNetworkFirewallHealthStatus. getStatus()Overall health status of Network firewallstatic HealthStatusHealthStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthStatus[]HealthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkfirewall.model with parameters of type HealthStatus Modifier and Type Method Description NetworkFirewallHealthStatus.BuilderNetworkFirewallHealthStatus.Builder. status(HealthStatus status)Overall health status of Network firewallConstructors in com.oracle.bmc.networkfirewall.model with parameters of type HealthStatus Constructor Description NetworkFirewallHealthStatus(HealthStatus status)Deprecated.
-