Class ListNodePoolsResponse (0.2.0)

ListNodePoolsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

List of node pools in a cluster.

Attributes

NameDescription
node_pools Sequence[google.cloud.edgecontainer_v1.types.NodePool]
Node pools in the cluster.
next_page_token str
A token to retrieve next page of results.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListNodePoolsResponse