Class: Google::Cloud::Container::V1::ListNodePoolsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ListNodePoolsResponse
- 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
-
#node_pools ⇒ ::Array<::Google::Cloud::Container::V1::NodePool>
A list of node pools for a cluster.
Instance Attribute Details
#node_pools ⇒ ::Array<::Google::Cloud::Container::V1::NodePool>
Returns A list of node pools for a cluster.
3834 3835 3836 3837 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3834 class ListNodePoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |