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:



3455
3456
3457
3458
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3455

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