Class: Google::Cloud::EdgeContainer::V1::ListNodePoolsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns A token to retrieve next page of results.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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