Uses of Class
com.oracle.bmc.networkloadbalancer.model.BackendOperationalStatus.Status
-
Packages that use BackendOperationalStatus.Status Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of BackendOperationalStatus.Status in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return BackendOperationalStatus.Status Modifier and Type Method Description static BackendOperationalStatus.Status
BackendOperationalStatus.Status. create(String key)
BackendOperationalStatus.Status
BackendOperationalStatus. getStatus()
The operational status.static BackendOperationalStatus.Status
BackendOperationalStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackendOperationalStatus.Status[]
BackendOperationalStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type BackendOperationalStatus.Status Modifier and Type Method Description BackendOperationalStatus.Builder
BackendOperationalStatus.Builder. status(BackendOperationalStatus.Status status)
The operational status.Constructors in com.oracle.bmc.networkloadbalancer.model with parameters of type BackendOperationalStatus.Status Constructor Description BackendOperationalStatus(BackendOperationalStatus.Status status)
Deprecated.
-