Class: Google::Apis::TpuV1alpha1::StopNodeRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::TpuV1alpha1::StopNodeRequest
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/tpu_v1alpha1/classes.rb,
generated/google/apis/tpu_v1alpha1/representations.rb,
generated/google/apis/tpu_v1alpha1/representations.rb 
Overview
Request for StopNode.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ StopNodeRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of StopNodeRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ StopNodeRequest
Returns a new instance of StopNodeRequest
      688 689 690  | 
    
      # File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 688 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      693 694  | 
    
      # File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 693 def update!(**args) end  |