Class: Google::Cloud::Container::V1beta1::ListNodePoolsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

ListNodePoolsResponse is the result of ListNodePoolsRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#node_pools::Array<::Google::Cloud::Container::V1beta1::NodePool>

Returns A list of node pools for a cluster.

Returns:



3509
3510
3511
3512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3509

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