Class: Google::Apis::ComputeV1::UrlMapReference
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeV1::UrlMapReference
 
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
 generated/google/apis/compute_v1/representations.rb,
 generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #url_map  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property urlMap.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UrlMapReference 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UrlMapReference. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ UrlMapReference
Returns a new instance of UrlMapReference
| 18639 18640 18641 | # File 'generated/google/apis/compute_v1/classes.rb', line 18639 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#url_map ⇒ String
Corresponds to the JSON property urlMap
| 18637 18638 18639 | # File 'generated/google/apis/compute_v1/classes.rb', line 18637 def url_map @url_map end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 18644 18645 18646 | # File 'generated/google/apis/compute_v1/classes.rb', line 18644 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end |