Dataflow V1beta3 API - Module Google::Cloud::Dataflow::V1beta3::WorkerIPAddressConfiguration (v0.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::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.
Constants
WORKER_IP_UNSPECIFIED
value: 0 The configuration is unknown, or unspecified.
WORKER_IP_PUBLIC
value: 1 Workers should have public IP addresses.
WORKER_IP_PRIVATE
value: 2 Workers should have private IP addresses.