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



23565
23566
23567
# File 'generated/google/apis/compute_alpha/classes.rb', line 23565

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

Instance Attribute Details

#url_mapString

Corresponds to the JSON property urlMap

Returns:

  • (String)


23563
23564
23565
# File 'generated/google/apis/compute_alpha/classes.rb', line 23563

def url_map
  @url_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23570
23571
23572
# File 'generated/google/apis/compute_alpha/classes.rb', line 23570

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