public sealed class JobPlacement : IMessage<JobPlacement>, IEquatable<JobPlacement>, IDeepCloneable<JobPlacement>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class JobPlacement.
Dataproc job config.
Implements
IMessageJobPlacement, IEquatableJobPlacement, IDeepCloneableJobPlacement, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataprocV1Assembly
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 |
MapFieldstringstring |
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 |