public sealed class JobPlacement : IMessage<JobPlacement>, IEquatable<JobPlacement>, IDeepCloneable<JobPlacement>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class JobPlacement.
Dataproc job config.
Implements
IMessage<JobPlacement>, IEquatable<JobPlacement>, IDeepCloneable<JobPlacement>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
JobPlacement()
public JobPlacement()JobPlacement(JobPlacement)
public JobPlacement(JobPlacement other)| Parameter | |
|---|---|
| Name | Description |
other |
JobPlacement |
Properties
ClusterLabels
public MapField<string, string> ClusterLabels { get; }Optional. Cluster labels to identify a cluster where the job will be submitted.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, String> |
|
ClusterName
public string ClusterName { get; set; }Required. The name of the cluster where the job will be submitted.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ClusterUuid
public string ClusterUuid { get; set; }Output only. A cluster UUID generated by the Dataproc service when the job is submitted.
| Property Value | |
|---|---|
| Type | Description |
String |
|