Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class WorkerIPAddressConfiguration.
Specifies how to allocate IP addresses to worker machines. You can also use pipeline options to specify whether Dataflow workers use external IP addresses.
Protobuf type google.dataflow.v1beta3.WorkerIPAddressConfiguration
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
WORKER_IP_UNSPECIFIED
Value: 0The configuration is unknown, or unspecified.
Generated from protobuf enum WORKER_IP_UNSPECIFIED = 0;
WORKER_IP_PUBLIC
Value: 1Workers should have public IP addresses.
Generated from protobuf enum WORKER_IP_PUBLIC = 1;
WORKER_IP_PRIVATE
Value: 2Workers should have private IP addresses.
Generated from protobuf enum WORKER_IP_PRIVATE = 2;