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.



42670
42671
42672
# File 'lib/google/apis/compute_beta/classes.rb', line 42670

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

Instance Attribute Details

#url_mapString

Corresponds to the JSON property urlMap

Returns:

  • (String)


42668
42669
42670
# File 'lib/google/apis/compute_beta/classes.rb', line 42668

def url_map
  @url_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42675
42676
42677
# File 'lib/google/apis/compute_beta/classes.rb', line 42675

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