class Google::Apis::ComputeBeta::HealthChecksScopedList
Attributes
health_checks[RW]
A list of HealthChecks contained in this scope. Corresponds to the JSON property `healthChecks` @return [Array<Google::Apis::ComputeBeta::HealthCheck>]
warning[RW]
Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::HealthChecksScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 10427 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 10432 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) @warning = args[:warning] if args.key?(:warning) end