Class: Google::Apis::ComputeAlpha::UrlMapsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::UrlMapsScopedList
- 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
-
#url_maps ⇒ Array<Google::Apis::ComputeAlpha::UrlMap>
A list of UrlMaps contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::UrlMapsScopedList::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UrlMapsScopedList
constructor
A new instance of UrlMapsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ UrlMapsScopedList
Returns a new instance of UrlMapsScopedList
36591 36592 36593 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 36591 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_maps ⇒ Array<Google::Apis::ComputeAlpha::UrlMap>
A list of UrlMaps contained in this scope.
Corresponds to the JSON property urlMaps
36583 36584 36585 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 36583 def url_maps @url_maps end |
#warning ⇒ Google::Apis::ComputeAlpha::UrlMapsScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
36589 36590 36591 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 36589 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36596 36597 36598 36599 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 36596 def update!(**args) @url_maps = args[:url_maps] if args.key?(:url_maps) @warning = args[:warning] if args.key?(:warning) end |