Class: Google::Apis::ContainerV1::CompleteNodePoolUpgradeRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::CompleteNodePoolUpgradeRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb
Overview
CompleteNodePoolUpgradeRequest sets the name of target node pool to complete upgrade.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CompleteNodePoolUpgradeRequest
constructor
A new instance of CompleteNodePoolUpgradeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CompleteNodePoolUpgradeRequest
Returns a new instance of CompleteNodePoolUpgradeRequest.
2070 2071 2072 |
# File 'lib/google/apis/container_v1/classes.rb', line 2070 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2075 2076 |
# File 'lib/google/apis/container_v1/classes.rb', line 2075 def update!(**args) end |