Dataflow v1beta3 API - Enum WorkerIPAddressConfiguration (2.0.0-beta06)

public enum WorkerIPAddressConfiguration

Reference documentation and code samples for the Dataflow v1beta3 API enum WorkerIPAddressConfiguration.

Specifies how IP addresses should be allocated to the worker machines.

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

NameDescription
WorkerIpPrivate

Workers should have private IP addresses.

WorkerIpPublic

Workers should have public IP addresses.

WorkerIpUnspecified

The configuration is unknown, or unspecified.