Class: Google::Apis::ComputeBeta::ManagedInstanceInstanceHealth

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ManagedInstanceInstanceHealth

Returns a new instance of ManagedInstanceInstanceHealth.



16867
16868
16869
# File 'generated/google/apis/compute_beta/classes.rb', line 16867

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#detailed_health_stateString

[Output Only] The current detailed instance health state. Corresponds to the JSON property detailedHealthState

Returns:

  • (String)


16859
16860
16861
# File 'generated/google/apis/compute_beta/classes.rb', line 16859

def detailed_health_state
  @detailed_health_state
end

#health_checkString

[Output Only] The URL for the health check that verifies whether the instance is healthy. Corresponds to the JSON property healthCheck

Returns:

  • (String)


16865
16866
16867
# File 'generated/google/apis/compute_beta/classes.rb', line 16865

def health_check
  @health_check
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16872
16873
16874
16875
# File 'generated/google/apis/compute_beta/classes.rb', line 16872

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