Package com.google.cloud.compute.v1
Enum ManagedInstanceInstanceHealth.DetailedHealthState
- java.lang.Object
-
- java.lang.Enum<ManagedInstanceInstanceHealth.DetailedHealthState>
-
- com.google.cloud.compute.v1.ManagedInstanceInstanceHealth.DetailedHealthState
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ManagedInstanceInstanceHealth.DetailedHealthState>
- Enclosing class:
- ManagedInstanceInstanceHealth
public static enum ManagedInstanceInstanceHealth.DetailedHealthState extends Enum<ManagedInstanceInstanceHealth.DetailedHealthState> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] The current detailed instance health state.
Protobuf enumgoogle.cloud.compute.v1.ManagedInstanceInstanceHealth.DetailedHealthState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DRAININGThe instance is being drained.HEALTHYThe instance is reachable i.e.TIMEOUTThe instance is unreachable i.e.UNDEFINED_DETAILED_HEALTH_STATEA value indicating that the enum field is not set.UNHEALTHYThe instance is reachable, but does not conform to the requirements defined by the health check.UNKNOWNThe health checking system is aware of the instance but its health is not known at the moment.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intDRAINING_VALUEThe instance is being drained.static intHEALTHY_VALUEThe instance is reachable i.e.static intTIMEOUT_VALUEThe instance is unreachable i.e.static intUNDEFINED_DETAILED_HEALTH_STATE_VALUEA value indicating that the enum field is not set.static intUNHEALTHY_VALUEThe instance is reachable, but does not conform to the requirements defined by the health check.static intUNKNOWN_VALUEThe health checking system is aware of the instance but its health is not known at the moment.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ManagedInstanceInstanceHealth.DetailedHealthStateforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ManagedInstanceInstanceHealth.DetailedHealthState>internalGetValueMap()static ManagedInstanceInstanceHealth.DetailedHealthStatevalueOf(int value)Deprecated.static ManagedInstanceInstanceHealth.DetailedHealthStatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ManagedInstanceInstanceHealth.DetailedHealthStatevalueOf(String name)Returns the enum constant of this type with the specified name.static ManagedInstanceInstanceHealth.DetailedHealthState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_DETAILED_HEALTH_STATE
public static final ManagedInstanceInstanceHealth.DetailedHealthState UNDEFINED_DETAILED_HEALTH_STATE
A value indicating that the enum field is not set.
UNDEFINED_DETAILED_HEALTH_STATE = 0;
-
DRAINING
public static final ManagedInstanceInstanceHealth.DetailedHealthState DRAINING
The instance is being drained. The existing connections to the instance have time to complete, but the new ones are being refused.
DRAINING = 480455402;
-
HEALTHY
public static final ManagedInstanceInstanceHealth.DetailedHealthState HEALTHY
The instance is reachable i.e. a connection to the application health checking endpoint can be established, and conforms to the requirements defined by the health check.
HEALTHY = 439801213;
-
TIMEOUT
public static final ManagedInstanceInstanceHealth.DetailedHealthState TIMEOUT
The instance is unreachable i.e. a connection to the application health checking endpoint cannot be established, or the server does not respond within the specified timeout.
TIMEOUT = 477813057;
-
UNHEALTHY
public static final ManagedInstanceInstanceHealth.DetailedHealthState UNHEALTHY
The instance is reachable, but does not conform to the requirements defined by the health check.
UNHEALTHY = 462118084;
-
UNKNOWN
public static final ManagedInstanceInstanceHealth.DetailedHealthState UNKNOWN
The health checking system is aware of the instance but its health is not known at the moment.
UNKNOWN = 433141802;
-
UNRECOGNIZED
public static final ManagedInstanceInstanceHealth.DetailedHealthState UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_DETAILED_HEALTH_STATE_VALUE
public static final int UNDEFINED_DETAILED_HEALTH_STATE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_DETAILED_HEALTH_STATE = 0;- See Also:
- Constant Field Values
-
DRAINING_VALUE
public static final int DRAINING_VALUE
The instance is being drained. The existing connections to the instance have time to complete, but the new ones are being refused.
DRAINING = 480455402;- See Also:
- Constant Field Values
-
HEALTHY_VALUE
public static final int HEALTHY_VALUE
The instance is reachable i.e. a connection to the application health checking endpoint can be established, and conforms to the requirements defined by the health check.
HEALTHY = 439801213;- See Also:
- Constant Field Values
-
TIMEOUT_VALUE
public static final int TIMEOUT_VALUE
The instance is unreachable i.e. a connection to the application health checking endpoint cannot be established, or the server does not respond within the specified timeout.
TIMEOUT = 477813057;- See Also:
- Constant Field Values
-
UNHEALTHY_VALUE
public static final int UNHEALTHY_VALUE
The instance is reachable, but does not conform to the requirements defined by the health check.
UNHEALTHY = 462118084;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
The health checking system is aware of the instance but its health is not known at the moment.
UNKNOWN = 433141802;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ManagedInstanceInstanceHealth.DetailedHealthState[] 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 (ManagedInstanceInstanceHealth.DetailedHealthState c : ManagedInstanceInstanceHealth.DetailedHealthState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ManagedInstanceInstanceHealth.DetailedHealthState 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
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ManagedInstanceInstanceHealth.DetailedHealthState valueOf(int value)
Deprecated.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:
value- 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
-
forNumber
public static ManagedInstanceInstanceHealth.DetailedHealthState forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ManagedInstanceInstanceHealth.DetailedHealthState> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static ManagedInstanceInstanceHealth.DetailedHealthState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc- 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
-
-