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.



40512
40513
40514
# File 'lib/google/apis/compute_beta/classes.rb', line 40512

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

Instance Attribute Details

#url_mapString

Corresponds to the JSON property urlMap

Returns:

  • (String)


40510
40511
40512
# File 'lib/google/apis/compute_beta/classes.rb', line 40510

def url_map
  @url_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40517
40518
40519
# File 'lib/google/apis/compute_beta/classes.rb', line 40517

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