Class: Google::Apis::ComputeV1::ManagedInstanceInstanceHealth

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ManagedInstanceInstanceHealth

Returns a new instance of ManagedInstanceInstanceHealth.



19360
19361
19362
# File 'lib/google/apis/compute_v1/classes.rb', line 19360

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)


19352
19353
19354
# File 'lib/google/apis/compute_v1/classes.rb', line 19352

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)


19358
19359
19360
# File 'lib/google/apis/compute_v1/classes.rb', line 19358

def health_check
  @health_check
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19365
19366
19367
19368
# File 'lib/google/apis/compute_v1/classes.rb', line 19365

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