public enum WorkerIPAddressConfigurationReference documentation and code samples for the Dataflow v1beta3 API enum 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.
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Fields |
|
|---|---|
| Name | Description |
WorkerIpPrivate |
Workers should have private IP addresses. |
WorkerIpPublic |
Workers should have public IP addresses. |
WorkerIpUnspecified |
The configuration is unknown, or unspecified. |