Properties of a WorkerPool.
Package
@google-cloud/dataflowProperties
autoscalingSettings
autoscalingSettings?: (google.dataflow.v1beta3.IAutoscalingSettings|null);WorkerPool autoscalingSettings
dataDisks
dataDisks?: (google.dataflow.v1beta3.IDisk[]|null);WorkerPool dataDisks
defaultPackageSet
defaultPackageSet?: (google.dataflow.v1beta3.DefaultPackageSet|keyof typeof google.dataflow.v1beta3.DefaultPackageSet|null);WorkerPool defaultPackageSet
diskSizeGb
diskSizeGb?: (number|null);WorkerPool diskSizeGb
diskSourceImage
diskSourceImage?: (string|null);WorkerPool diskSourceImage
diskType
diskType?: (string|null);WorkerPool diskType
ipConfiguration
ipConfiguration?: (google.dataflow.v1beta3.WorkerIPAddressConfiguration|keyof typeof google.dataflow.v1beta3.WorkerIPAddressConfiguration|null);WorkerPool ipConfiguration
kind
kind?: (string|null);WorkerPool kind
machineType
machineType?: (string|null);WorkerPool machineType
metadata
metadata?: ({ [k: string]: string }|null);WorkerPool metadata
network
network?: (string|null);WorkerPool network
numThreadsPerWorker
numThreadsPerWorker?: (number|null);WorkerPool numThreadsPerWorker
numWorkers
numWorkers?: (number|null);WorkerPool numWorkers
onHostMaintenance
onHostMaintenance?: (string|null);WorkerPool onHostMaintenance
packages
packages?: (google.dataflow.v1beta3.IPackage[]|null);WorkerPool packages
poolArgs
poolArgs?: (google.protobuf.IAny|null);WorkerPool poolArgs
sdkHarnessContainerImages
sdkHarnessContainerImages?: (google.dataflow.v1beta3.ISdkHarnessContainerImage[]|null);WorkerPool sdkHarnessContainerImages
subnetwork
subnetwork?: (string|null);WorkerPool subnetwork
taskrunnerSettings
taskrunnerSettings?: (google.dataflow.v1beta3.ITaskRunnerSettings|null);WorkerPool taskrunnerSettings
teardownPolicy
teardownPolicy?: (google.dataflow.v1beta3.TeardownPolicy|keyof typeof google.dataflow.v1beta3.TeardownPolicy|null);WorkerPool teardownPolicy
workerHarnessContainerImage
workerHarnessContainerImage?: (string|null);WorkerPool workerHarnessContainerImage
zone
zone?: (string|null);WorkerPool zone