Package com.oracle.bmc.core.model
Enum InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus
- java.lang.Object
-
- java.lang.Enum<InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus>
-
- com.oracle.bmc.core.model.InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus>
- Enclosing class:
- InstancePoolInstanceLoadBalancerBackend
public static enum InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus extends Enum<InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus> implements BmcEnum
The health of the backend as observed by the load balancer.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Critical
Ok
Unknown
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Warning
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus
create(String key)
String
getValue()
static InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus
valueOf(String name)
Returns the enum constant of this type with the specified name.static InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Ok
public static final InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus Ok
-
Warning
public static final InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus Warning
-
Critical
public static final InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus Critical
-
Unknown
public static final InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus Unknown
-
UnknownEnumValue
public static final InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus c : InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus create(String key)
-
-