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
| 675 676 677 | # File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 675 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 680 681 | # File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 680 def update!(**args) end |