class Google::Apis::ComputeBeta::RemoveTargetPoolsHealthCheckRequest

Attributes

health_checks[RW]

Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - www.googleapis.com/compute/ beta/projects/project /global/httpHealthChecks/health-check - projects/project/ global/httpHealthChecks/health-check - global/httpHealthChecks/health-check Corresponds to the JSON property `healthChecks` @return [Array<Google::Apis::ComputeBeta::HealthCheckReference>]

Public Class Methods

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