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