Class: Google::Apis::ComputeBeta::HealthCheckServicesScopedList

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) ⇒ HealthCheckServicesScopedList

Returns a new instance of HealthCheckServicesScopedList.



19870
19871
19872
# File 'lib/google/apis/compute_beta/classes.rb', line 19870

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

Instance Attribute Details

#resourcesArray<Google::Apis::ComputeBeta::HealthCheckService>

A list of HealthCheckServices contained in this scope. Corresponds to the JSON property resources



19862
19863
19864
# File 'lib/google/apis/compute_beta/classes.rb', line 19862

def resources
  @resources
end

#warningGoogle::Apis::ComputeBeta::HealthCheckServicesScopedList::Warning

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



19868
19869
19870
# File 'lib/google/apis/compute_beta/classes.rb', line 19868

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19875
19876
19877
19878
# File 'lib/google/apis/compute_beta/classes.rb', line 19875

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