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

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



11920
11921
11922
# File 'lib/google/apis/compute_alpha/classes.rb', line 11920

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



11912
11913
11914
# File 'lib/google/apis/compute_alpha/classes.rb', line 11912

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



11918
11919
11920
# File 'lib/google/apis/compute_alpha/classes.rb', line 11918

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11925
11926
11927
11928
# File 'lib/google/apis/compute_alpha/classes.rb', line 11925

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