Module: Google::Cloud::Dataflow::V1beta3::WorkerIPAddressConfiguration
- Defined in:
- proto_docs/google/dataflow/v1beta3/environment.rb
Overview
Specifies how IP addresses should be allocated to the worker machines.
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