Class: Google::Apis::ComputeAlpha::NodeGroupsSetNodeTemplateRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeAlpha::NodeGroupsSetNodeTemplateRequest
 
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
 generated/google/apis/compute_alpha/representations.rb,
 generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #node_template  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Full or partial URL of the node template resource to be updated for this node group. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ NodeGroupsSetNodeTemplateRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of NodeGroupsSetNodeTemplateRequest. 
- 
  
    
      #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) ⇒ NodeGroupsSetNodeTemplateRequest
Returns a new instance of NodeGroupsSetNodeTemplateRequest
| 16364 16365 16366 | # File 'generated/google/apis/compute_alpha/classes.rb', line 16364 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#node_template ⇒ String
Full or partial URL of the node template resource to be updated for this node
group.
Corresponds to the JSON property nodeTemplate
| 16362 16363 16364 | # File 'generated/google/apis/compute_alpha/classes.rb', line 16362 def node_template @node_template end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 16369 16370 16371 | # File 'generated/google/apis/compute_alpha/classes.rb', line 16369 def update!(**args) @node_template = args[:node_template] if args.key?(:node_template) end |