Show / Hide Table of Contents

Class JobPlacement

Dataproc job config.

Inheritance
object
JobPlacement
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class JobPlacement : IDirectResponseSchema

Properties

ClusterLabels

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

Declaration
[JsonProperty("clusterLabels")]
public virtual IDictionary<string, string> ClusterLabels { get; set; }
Property Value
Type Description
IDictionary<string, string>

ClusterName

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

Declaration
[JsonProperty("clusterName")]
public virtual string ClusterName { get; set; }
Property Value
Type Description
string

ClusterUuid

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

Declaration
[JsonProperty("clusterUuid")]
public virtual string ClusterUuid { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX