Class: Google::Apis::ComputeV1::UrlMapsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::UrlMapsScopedList
- 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
-
#url_maps ⇒ Array<Google::Apis::ComputeV1::UrlMap>
A list of UrlMaps contained in this scope.
-
#warning ⇒ Google::Apis::ComputeV1::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.
33197 33198 33199 |
# File 'generated/google/apis/compute_v1/classes.rb', line 33197 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_maps ⇒ Array<Google::Apis::ComputeV1::UrlMap>
A list of UrlMaps contained in this scope.
Corresponds to the JSON property urlMaps
33189 33190 33191 |
# File 'generated/google/apis/compute_v1/classes.rb', line 33189 def url_maps @url_maps end |
#warning ⇒ Google::Apis::ComputeV1::UrlMapsScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
33195 33196 33197 |
# File 'generated/google/apis/compute_v1/classes.rb', line 33195 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33202 33203 33204 33205 |
# File 'generated/google/apis/compute_v1/classes.rb', line 33202 def update!(**args) @url_maps = args[:url_maps] if args.key?(:url_maps) @warning = args[:warning] if args.key?(:warning) end |