Class: Google::Apis::ComputeV1::RoutersPreviewResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeV1::RoutersPreviewResponse
 
- 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
- 
  
    
      #resource  ⇒ Google::Apis::ComputeV1::Router 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Router resource. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ RoutersPreviewResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RoutersPreviewResponse. 
- 
  
    
      #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) ⇒ RoutersPreviewResponse
Returns a new instance of RoutersPreviewResponse
| 14382 14383 14384 | # File 'generated/google/apis/compute_v1/classes.rb', line 14382 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#resource ⇒ Google::Apis::ComputeV1::Router
Router resource.
Corresponds to the JSON property resource
| 14380 14381 14382 | # File 'generated/google/apis/compute_v1/classes.rb', line 14380 def resource @resource end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 14387 14388 14389 | # File 'generated/google/apis/compute_v1/classes.rb', line 14387 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |