Google Cloud Dataproc v1 API - Class ClusterSelector (5.10.0)

public sealed class ClusterSelector : IMessage<ClusterSelector>, IEquatable<ClusterSelector>, IDeepCloneable<ClusterSelector>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ClusterSelector.

A selector that chooses target cluster for jobs based on metadata.

Inheritance

object > ClusterSelector

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ClusterSelector()

public ClusterSelector()

ClusterSelector(ClusterSelector)

public ClusterSelector(ClusterSelector other)
Parameter
NameDescription
otherClusterSelector

Properties

ClusterLabels

public MapField<string, string> ClusterLabels { get; }

Required. The cluster labels. Cluster must have all labels to match.

Property Value
TypeDescription
MapFieldstringstring

Zone

public string Zone { get; set; }

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.

Property Value
TypeDescription
string