Show / Hide Table of Contents

Class JobPlacement

Dataproc job config.

Inheritance
System.Object
JobPlacement
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1beta2.Data
Assembly: Google.Apis.Dataproc.v1beta2.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
System.Collections.Generic.IDictionary<System.String, System.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
System.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
System.String

ETag

The ETag of the item.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top