Class: Google::Apis::ComputeBeta::AllocationResourceStatusSpecificSkuAllocation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeBeta::AllocationResourceStatusSpecificSkuAllocation
 
 
- 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 
Overview
Contains Properties set for the reservation.
Instance Attribute Summary collapse
- 
  
    
      #source_instance_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of the instance template used to populate reservation properties.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AllocationResourceStatusSpecificSkuAllocation 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AllocationResourceStatusSpecificSkuAllocation.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ AllocationResourceStatusSpecificSkuAllocation
Returns a new instance of AllocationResourceStatusSpecificSkuAllocation.
      1325 1326 1327  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 1325 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#source_instance_template_id ⇒ String
ID of the instance template used to populate reservation properties.
Corresponds to the JSON property sourceInstanceTemplateId
      1323 1324 1325  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 1323 def source_instance_template_id @source_instance_template_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1330 1331 1332  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 1330 def update!(**args) @source_instance_template_id = args[:source_instance_template_id] if args.key?(:source_instance_template_id) end  |