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



23369
23370
23371
# File 'generated/google/apis/compute_alpha/classes.rb', line 23369

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

Instance Attribute Details

#url_mapString

Corresponds to the JSON property urlMap

Returns:

  • (String)


23367
23368
23369
# File 'generated/google/apis/compute_alpha/classes.rb', line 23367

def url_map
  @url_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23374
23375
23376
# File 'generated/google/apis/compute_alpha/classes.rb', line 23374

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