Class: Google::Apis::ComputeAlpha::HealthCheckReference

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

Overview

A full or valid partial URL to a health check. For example, the following are valid URLs:

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) ⇒ HealthCheckReference

Returns a new instance of HealthCheckReference.



9078
9079
9080
# File 'generated/google/apis/compute_alpha/classes.rb', line 9078

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

Instance Attribute Details

#health_checkString

Corresponds to the JSON property healthCheck

Returns:

  • (String)


9076
9077
9078
# File 'generated/google/apis/compute_alpha/classes.rb', line 9076

def health_check
  @health_check
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9083
9084
9085
# File 'generated/google/apis/compute_alpha/classes.rb', line 9083

def update!(**args)
  @health_check = args[:health_check] if args.key?(:health_check)
end