Class: Google::Cloud::Container::V1beta1::CompleteNodePoolUpgradeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::CompleteNodePoolUpgradeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
CompleteNodePoolUpgradeRequest sets the name of target node pool to complete upgrade.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name (project, location, cluster, node pool id) of the node pool to complete upgrade.
Instance Attribute Details
#name ⇒ ::String
Returns The name (project, location, cluster, node pool id) of the node pool to
complete upgrade.
Specified in the format projects/*/locations/*/clusters/*/nodePools/*
.
3733 3734 3735 3736 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3733 class CompleteNodePoolUpgradeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |