Google Cloud Dataflow V1beta3 Client - Class WorkerIPAddressConfiguration (0.5.1)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class WorkerIPAddressConfiguration.

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

Protobuf type google.dataflow.v1beta3.WorkerIPAddressConfiguration

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

WORKER_IP_UNSPECIFIED

Value: 0

The configuration is unknown, or unspecified.

Generated from protobuf enum WORKER_IP_UNSPECIFIED = 0;

WORKER_IP_PUBLIC

Value: 1

Workers should have public IP addresses.

Generated from protobuf enum WORKER_IP_PUBLIC = 1;

WORKER_IP_PRIVATE

Value: 2

Workers should have private IP addresses.

Generated from protobuf enum WORKER_IP_PRIVATE = 2;