Class: Google::Apis::ComputeAlpha::HealthChecksScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HealthChecksScopedList

Returns a new instance of HealthChecksScopedList.



10863
10864
10865
# File 'generated/google/apis/compute_alpha/classes.rb', line 10863

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#health_checksArray<Google::Apis::ComputeAlpha::HealthCheck>

A list of HealthChecks contained in this scope. Corresponds to the JSON property healthChecks



10855
10856
10857
# File 'generated/google/apis/compute_alpha/classes.rb', line 10855

def health_checks
  @health_checks
end

#warningGoogle::Apis::ComputeAlpha::HealthChecksScopedList::Warning

Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property warning



10861
10862
10863
# File 'generated/google/apis/compute_alpha/classes.rb', line 10861

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10868
10869
10870
10871
# File 'generated/google/apis/compute_alpha/classes.rb', line 10868

def update!(**args)
  @health_checks = args[:health_checks] if args.key?(:health_checks)
  @warning = args[:warning] if args.key?(:warning)
end