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.



48098
48099
48100
# File 'lib/google/apis/compute_beta/classes.rb', line 48098

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

Instance Attribute Details

#url_mapString

Corresponds to the JSON property urlMap

Returns:

  • (String)


48096
48097
48098
# File 'lib/google/apis/compute_beta/classes.rb', line 48096

def url_map
  @url_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48103
48104
48105
# File 'lib/google/apis/compute_beta/classes.rb', line 48103

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