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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ManagedInstanceInstanceHealth

Returns a new instance of ManagedInstanceInstanceHealth.



37069
37070
37071
# File 'lib/google/apis/compute_beta/classes.rb', line 37069

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

Instance Attribute Details

#detailed_health_stateString

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

Returns:

  • (String)


37060
37061
37062
# File 'lib/google/apis/compute_beta/classes.rb', line 37060

def detailed_health_state
  @detailed_health_state
end

#health_checkString

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

Returns:

  • (String)


37067
37068
37069
# File 'lib/google/apis/compute_beta/classes.rb', line 37067

def health_check
  @health_check
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37074
37075
37076
37077
# File 'lib/google/apis/compute_beta/classes.rb', line 37074

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