Class: Google::Apis::ComputeV1::UrlMapReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::UrlMapReference
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#url_map ⇒ String
Corresponds to the JSON property
urlMap
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UrlMapReference
constructor
A new instance of UrlMapReference.
-
#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) ⇒ UrlMapReference
Returns a new instance of UrlMapReference
22575 22576 22577 |
# File 'generated/google/apis/compute_v1/classes.rb', line 22575 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_map ⇒ String
Corresponds to the JSON property urlMap
22573 22574 22575 |
# File 'generated/google/apis/compute_v1/classes.rb', line 22573 def url_map @url_map end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22580 22581 22582 |
# File 'generated/google/apis/compute_v1/classes.rb', line 22580 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end |