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

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



10837
10838
10839
# File 'lib/google/apis/compute_beta/classes.rb', line 10837

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



10829
10830
10831
# File 'lib/google/apis/compute_beta/classes.rb', line 10829

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



10835
10836
10837
# File 'lib/google/apis/compute_beta/classes.rb', line 10835

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10842
10843
10844
10845
# File 'lib/google/apis/compute_beta/classes.rb', line 10842

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