Class: Google::Apis::ComputeV1::BackendServicesScopedList

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

Returns a new instance of BackendServicesScopedList



2805
2806
2807
# File 'generated/google/apis/compute_v1/classes.rb', line 2805

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

Instance Attribute Details

#backend_servicesArray<Google::Apis::ComputeV1::BackendService>

A list of BackendServices contained in this scope. Corresponds to the JSON property backendServices



2797
2798
2799
# File 'generated/google/apis/compute_v1/classes.rb', line 2797

def backend_services
  @backend_services
end

#warningGoogle::Apis::ComputeV1::BackendServicesScopedList::Warning

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



2803
2804
2805
# File 'generated/google/apis/compute_v1/classes.rb', line 2803

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2810
2811
2812
2813
# File 'generated/google/apis/compute_v1/classes.rb', line 2810

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