Class: Google::Apis::TpuV1::StopNodeRequest
- Inherits:
-
Object
- Object
- Google::Apis::TpuV1::StopNodeRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/tpu_v1/classes.rb,
generated/google/apis/tpu_v1/representations.rb,
generated/google/apis/tpu_v1/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
694 695 696 |
# File 'generated/google/apis/tpu_v1/classes.rb', line 694 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
699 700 |
# File 'generated/google/apis/tpu_v1/classes.rb', line 699 def update!(**args) end |