Class: Google::Apis::ComputeV1::UrlMapReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::UrlMapReference
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ UrlMapReference
Returns a new instance of UrlMapReference.
47146 47147 47148 |
# File 'lib/google/apis/compute_v1/classes.rb', line 47146 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_map ⇒ String
Corresponds to the JSON property urlMap
47144 47145 47146 |
# File 'lib/google/apis/compute_v1/classes.rb', line 47144 def url_map @url_map end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
47151 47152 47153 |
# File 'lib/google/apis/compute_v1/classes.rb', line 47151 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end |