Class: Google::Apis::ComputeAlpha::UrlMapsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::UrlMapsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ UrlMapsScopedList
Returns a new instance of UrlMapsScopedList.
44441 44442 44443 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 44441 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
44433 44434 44435 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 44433 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
44439 44440 44441 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 44439 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44446 44447 44448 44449 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 44446 def update!(**args) @url_maps = args[:url_maps] if args.key?(:url_maps) @warning = args[:warning] if args.key?(:warning) end |