Class: Google::Apis::ComputeV1::UrlMapsScopedList

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

Returns a new instance of UrlMapsScopedList



28440
28441
28442
# File 'generated/google/apis/compute_v1/classes.rb', line 28440

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

Instance Attribute Details

#url_mapsArray<Google::Apis::ComputeV1::UrlMap>

A list of UrlMaps contained in this scope. Corresponds to the JSON property urlMaps



28432
28433
28434
# File 'generated/google/apis/compute_v1/classes.rb', line 28432

def url_maps
  @url_maps
end

#warningGoogle::Apis::ComputeV1::UrlMapsScopedList::Warning

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



28438
28439
28440
# File 'generated/google/apis/compute_v1/classes.rb', line 28438

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28445
28446
28447
28448
# File 'generated/google/apis/compute_v1/classes.rb', line 28445

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