Class: Google::Apis::ComputeBeta::UrlMapReference

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UrlMapReference

Returns a new instance of UrlMapReference.



72239
72240
72241
# File 'lib/google/apis/compute_beta/classes.rb', line 72239

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

Instance Attribute Details

#url_mapString

Corresponds to the JSON property urlMap

Returns:

  • (String)


72237
72238
72239
# File 'lib/google/apis/compute_beta/classes.rb', line 72237

def url_map
  @url_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



72244
72245
72246
# File 'lib/google/apis/compute_beta/classes.rb', line 72244

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