Class: Google::Cloud::Container::V1::ListNodePoolsResponse

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

Overview

ListNodePoolsResponse is the result of ListNodePoolsRequest.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns A list of node pools for a cluster.

Returns:



3813
3814
3815
3816
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3813

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