Class: Google::Apis::ComputeAlpha::NodeGroupsAddNodesRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeAlpha::NodeGroupsAddNodesRequest
 
- 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
- 
  
    
      #additional_node_count  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Count of additional nodes to be added to the node group. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ NodeGroupsAddNodesRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of NodeGroupsAddNodesRequest. 
- 
  
    
      #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) ⇒ NodeGroupsAddNodesRequest
Returns a new instance of NodeGroupsAddNodesRequest
| 16234 16235 16236 | # File 'generated/google/apis/compute_alpha/classes.rb', line 16234 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#additional_node_count ⇒ Fixnum
Count of additional nodes to be added to the node group.
Corresponds to the JSON property additionalNodeCount
| 16232 16233 16234 | # File 'generated/google/apis/compute_alpha/classes.rb', line 16232 def additional_node_count @additional_node_count end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 16239 16240 16241 | # File 'generated/google/apis/compute_alpha/classes.rb', line 16239 def update!(**args) @additional_node_count = args[:additional_node_count] if args.key?(:additional_node_count) end |