Class: Google::Cloud::Compute::V1::ManagedInstanceInstanceHealth

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Defined Under Namespace

Modules: DetailedHealthState

Instance Attribute Summary collapse

Instance Attribute Details

#detailed_health_state::String

Returns [Output Only] The current detailed instance health state. Check the DetailedHealthState enum for the list of possible values.

Returns:

  • (::String)

    [Output Only] The current detailed instance health state. Check the DetailedHealthState enum for the list of possible values.



17146
17147
17148
17149
17150
17151
17152
17153
17154
17155
17156
17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
17170
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17146

class ManagedInstanceInstanceHealth
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The current detailed instance health state.
  module DetailedHealthState
    # A value indicating that the enum field is not set.
    UNDEFINED_DETAILED_HEALTH_STATE = 0

    # The instance is being drained. The existing connections to the instance have time to complete, but the new ones are being refused.
    DRAINING = 480455402

    # 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

    # 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

    # The instance is reachable, but does not conform to the requirements defined by the health check.
    UNHEALTHY = 462118084

    # The health checking system is aware of the instance but its health is not known at the moment.
    UNKNOWN = 433141802
  end
end

#health_check::String

Returns [Output Only] The URL for the health check that verifies whether the instance is healthy.

Returns:

  • (::String)

    [Output Only] The URL for the health check that verifies whether the instance is healthy.



17146
17147
17148
17149
17150
17151
17152
17153
17154
17155
17156
17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
17170
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17146

class ManagedInstanceInstanceHealth
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [Output Only] The current detailed instance health state.
  module DetailedHealthState
    # A value indicating that the enum field is not set.
    UNDEFINED_DETAILED_HEALTH_STATE = 0

    # The instance is being drained. The existing connections to the instance have time to complete, but the new ones are being refused.
    DRAINING = 480455402

    # 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

    # 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

    # The instance is reachable, but does not conform to the requirements defined by the health check.
    UNHEALTHY = 462118084

    # The health checking system is aware of the instance but its health is not known at the moment.
    UNKNOWN = 433141802
  end
end