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.
Implements
IMessage<ClusterSelector>, IEquatable<ClusterSelector>, IDeepCloneable<ClusterSelector>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ClusterSelector()
public ClusterSelector()
ClusterSelector(ClusterSelector)
public ClusterSelector(ClusterSelector other)
Parameter | |
---|---|
Name | Description |
other | ClusterSelector |
Properties
ClusterLabels
public MapField<string, string> ClusterLabels { get; }
Required. The cluster labels. Cluster must have all labels to match.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
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 | |
---|---|
Type | Description |
String |