Module: Google::Cloud::Dataflow::V1beta3::WorkerIPAddressConfiguration
- Defined in:
- proto_docs/google/dataflow/v1beta3/environment.rb
Overview
Specifies how to allocate IP addresses to worker machines. You can also use pipeline options to specify whether Dataflow workers use external IP addresses.
Constant Summary collapse
- WORKER_IP_UNSPECIFIED =
The configuration is unknown, or unspecified.
0- WORKER_IP_PUBLIC =
Workers should have public IP addresses.
1- WORKER_IP_PRIVATE =
Workers should have private IP addresses.
2