Class: Google::Apis::ComputeAlpha::UrlMapReference

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UrlMapReference

Returns a new instance of UrlMapReference.



36775
36776
36777
# File 'generated/google/apis/compute_alpha/classes.rb', line 36775

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#url_mapString

Corresponds to the JSON property urlMap

Returns:

  • (String)


36773
36774
36775
# File 'generated/google/apis/compute_alpha/classes.rb', line 36773

def url_map
  @url_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



36780
36781
36782
# File 'generated/google/apis/compute_alpha/classes.rb', line 36780

def update!(**args)
  @url_map = args[:url_map] if args.key?(:url_map)
end