Class: Google::Apis::ComputeAlpha::BackendServicesScopedList

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



3092
3093
3094
# File 'generated/google/apis/compute_alpha/classes.rb', line 3092

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

Instance Attribute Details

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

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



3084
3085
3086
# File 'generated/google/apis/compute_alpha/classes.rb', line 3084

def backend_services
  @backend_services
end

#warningGoogle::Apis::ComputeAlpha::BackendServicesScopedList::Warning

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



3090
3091
3092
# File 'generated/google/apis/compute_alpha/classes.rb', line 3090

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3097
3098
3099
3100
# File 'generated/google/apis/compute_alpha/classes.rb', line 3097

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