Class: Google::Apis::ComputeV1::HealthChecksScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/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.



7952
7953
7954
# File 'generated/google/apis/compute_v1/classes.rb', line 7952

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

Instance Attribute Details

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

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



7944
7945
7946
# File 'generated/google/apis/compute_v1/classes.rb', line 7944

def health_checks
  @health_checks
end

#warningGoogle::Apis::ComputeV1::HealthChecksScopedList::Warning

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



7950
7951
7952
# File 'generated/google/apis/compute_v1/classes.rb', line 7950

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7957
7958
7959
7960
# File 'generated/google/apis/compute_v1/classes.rb', line 7957

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