class Google::Apis::ComputeBeta::AddTargetPoolsHealthCheckRequest
Attributes
health_checks[RW]
A list of HttpHealthCheck resources to add to the target pool. Corresponds to the JSON property `healthChecks` @return [Array<Google::Apis::ComputeBeta::HealthCheckReference>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 8688 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 8693 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) end