class Google::Apis::ComputeV1::ManagedInstanceInstanceHealth

Attributes

detailed_health_state[RW]
Output Only

The current detailed instance health state.

Corresponds to the JSON property `detailedHealthState` @return [String]

health_check[RW]
Output Only

The URL for the health check that verifies whether the instance

is healthy. Corresponds to the JSON property `healthCheck` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 19357
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 19362
def update!(**args)
  @detailed_health_state = args[:detailed_health_state] if args.key?(:detailed_health_state)
  @health_check = args[:health_check] if args.key?(:health_check)
end