class Google::Apis::ComputeV1::HealthCheckReference

A full or valid partial URL to a health check. For example, the following are valid URLs: - www.googleapis.com/compute/beta/projects/project-id/ global/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 lib/google/apis/compute_v1/classes.rb, line 9410
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 9415
def update!(**args)
  @health_check = args[:health_check] if args.key?(:health_check)
end