id property

String? id
getter/setter pair

A unique id of the node pool.

Primary and Secondary workers can be specified using special reserved ids PRIMARY_WORKER_POOL and SECONDARY_WORKER_POOL respectively. Aux node pools can be referenced using corresponding pool id.

Required.

Implementation

core.String? id;