Class: Google::Apis::ComputeV1::UrlMapReference

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UrlMapReference

Returns a new instance of UrlMapReference.



47098
47099
47100
# File 'lib/google/apis/compute_v1/classes.rb', line 47098

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

Instance Attribute Details

#url_mapString

Corresponds to the JSON property urlMap

Returns:

  • (String)


47096
47097
47098
# File 'lib/google/apis/compute_v1/classes.rb', line 47096

def url_map
  @url_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



47103
47104
47105
# File 'lib/google/apis/compute_v1/classes.rb', line 47103

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