Class: Google::Cloud::Container::V1beta1::CompleteNodePoolUpgradeRequest

Inherits:
Object
  • Object
show all
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

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/*.

Returns:

  • (::String)

    The name (project, location, cluster, node pool id) of the node pool to complete upgrade. Specified in the format projects/*/locations/*/clusters/*/nodePools/*.



4278
4279
4280
4281
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4278

class CompleteNodePoolUpgradeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end