Dataflow V1beta3 API - Module Google::Cloud::Dataflow::V1beta3::WorkerIPAddressConfiguration (v0.9.0)

Reference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::WorkerIPAddressConfiguration.

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

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.