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 more...
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.
1967 1968 1969 |
# File 'lib/google/apis/container_v1/classes.rb', line 1967 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1972 1973 |
# File 'lib/google/apis/container_v1/classes.rb', line 1972 def update!(**args) end |