Class: Google::Apis::ComputeBeta::HealthChecksScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ HealthChecksScopedList

Returns a new instance of HealthChecksScopedList.



8844
8845
8846
# File 'generated/google/apis/compute_beta/classes.rb', line 8844

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

Instance Attribute Details

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

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



8836
8837
8838
# File 'generated/google/apis/compute_beta/classes.rb', line 8836

def health_checks
  @health_checks
end

#warningGoogle::Apis::ComputeBeta::HealthChecksScopedList::Warning

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



8842
8843
8844
# File 'generated/google/apis/compute_beta/classes.rb', line 8842

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8849
8850
8851
8852
# File 'generated/google/apis/compute_beta/classes.rb', line 8849

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