class Google::Apis::ComputeBeta::HealthCheckReference
A full or valid partial URL to a health check. For example, the following are valid URLs:
httpHealthChecks/health-check
-
projects/project-id/global/httpHealthChecks/health-check
-
global/httpHealthChecks/health-check
Attributes
health_check[RW]
Corresponds to the JSON property `healthCheck` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 2531 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/compute_beta/classes.rb, line 2536 def update!(**args) @health_check = args[:health_check] if args.key?(:health_check) end