Class: Google::Cloud::Dataproc::V1::ClusterSelector
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ClusterSelector
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb
Overview
A selector that chooses target cluster for jobs based on metadata.
Instance Attribute Summary collapse
-
#cluster_labels ⇒ Hash{String => String}
Required.
-
#zone ⇒ String
Optional.
Instance Attribute Details
#cluster_labels ⇒ Hash{String => String}
Returns Required. The cluster labels. Cluster must have all labels to match.
131 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 131 class ClusterSelector; end |
#zone ⇒ String
Returns Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster.
If unspecified, the zone of the first cluster matching the selector is used.
131 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 131 class ClusterSelector; end |