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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UrlMapReference

Returns a new instance of UrlMapReference.



42919
42920
42921
# File 'lib/google/apis/compute_alpha/classes.rb', line 42919

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

Instance Attribute Details

#url_mapString

Corresponds to the JSON property urlMap

Returns:

  • (String)


42917
42918
42919
# File 'lib/google/apis/compute_alpha/classes.rb', line 42917

def url_map
  @url_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42924
42925
42926
# File 'lib/google/apis/compute_alpha/classes.rb', line 42924

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