Dataflow v1beta3 API - Enum WorkerIPAddressConfiguration (2.0.0-beta09)

public enum WorkerIPAddressConfiguration

Reference 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.V1Beta3

Assembly

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.