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
23729 23730 23731 |
# File 'generated/google/apis/compute_v1/classes.rb', line 23729 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_map ⇒ String
Corresponds to the JSON property urlMap
23727 23728 23729 |
# File 'generated/google/apis/compute_v1/classes.rb', line 23727 def url_map @url_map end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23734 23735 23736 |
# File 'generated/google/apis/compute_v1/classes.rb', line 23734 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end |