Class: Google::Cloud::EdgeContainer::V1::ListNodePoolsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::ListNodePoolsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/service.rb
Overview
List of node pools in a cluster.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#node_pools ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::NodePool>
Node pools in the cluster.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results.
269 270 271 272 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 269 class ListNodePoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_pools ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::NodePool>
Returns Node pools in the cluster.
269 270 271 272 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 269 class ListNodePoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
269 270 271 272 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 269 class ListNodePoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |