Class ClusterSelector
A selector that chooses target cluster for jobs based on metadata.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ClusterSelector : IDirectResponseSchema
Properties
ClusterLabels
Required. The cluster labels. Cluster must have all labels to match.
Declaration
[JsonProperty("clusterLabels")]
public virtual IDictionary<string, string> ClusterLabels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Zone
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.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |