class Google::Apis::ComputeV1::HealthCheckServiceReference

A full or valid partial URL to a health check service. For example, the following are valid URLs: - www.googleapis.com/compute/beta/projects/ project-id/regions/us-west1/healthCheckServices/health-check-service - projects/project-id/regions/us-west1/healthCheckServices/health-check-service - regions/us-west1/healthCheckServices/health-check-service

Attributes

health_check_service[RW]

Corresponds to the JSON property `healthCheckService` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 10255
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 10260
def update!(**args)
  @health_check_service = args[:health_check_service] if args.key?(:health_check_service)
end