Class CreateNodePoolRequest (0.2.0)

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

Creates a node pool.

Attributes

NameDescription
parent str
Required. The parent cluster where this node pool will be created.
node_pool_id str
Required. A client-specified unique identifier for the node pool.
node_pool google.cloud.edgecontainer_v1.types.NodePool
Required. The node pool to create.
request_id str
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if ``request_id`` is provided.

Inheritance

builtins.object > proto.message.Message > CreateNodePoolRequest