Class WorkerIPAddressConfiguration (0.9.0)

WorkerIPAddressConfiguration(value)

Specifies how to allocate IP addresses to worker machines. You can also use pipeline options <https://cloud.google.com/dataflow/docs/reference/pipeline-options#security_and_networking>__ to specify whether Dataflow workers use external IP addresses.

Enums

Name Description
WORKER_IP_UNSPECIFIED The configuration is unknown, or unspecified.
WORKER_IP_PUBLIC Workers should have public IP addresses.
WORKER_IP_PRIVATE Workers should have private IP addresses.