Google Cloud Dataproc v1 API - Class JobPlacement (5.10.0)

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.

Inheritance

object > JobPlacement

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

JobPlacement()

public JobPlacement()

JobPlacement(JobPlacement)

public JobPlacement(JobPlacement other)
Parameter
NameDescription
otherJobPlacement

Properties

ClusterLabels

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

Optional. Cluster labels to identify a cluster where the job will be submitted.

Property Value
TypeDescription
MapFieldstringstring

ClusterName

public string ClusterName { get; set; }

Required. The name of the cluster where the job will be submitted.

Property Value
TypeDescription
string

ClusterUuid

public string ClusterUuid { get; set; }

Output only. A cluster UUID generated by the Dataproc service when the job is submitted.

Property Value
TypeDescription
string