Class RddOperationCluster
A grouping of nodes representing higher level constructs (stage, job etc.).
Inheritance
RddOperationCluster
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class RddOperationCluster : IDirectResponseSchema
Properties
ChildClusters
Declaration
[JsonProperty("childClusters")]
public virtual IList<RddOperationCluster> ChildClusters { get; set; }
Property Value
ChildNodes
Declaration
[JsonProperty("childNodes")]
public virtual IList<RddOperationNode> ChildNodes { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
RddClusterId
Declaration
[JsonProperty("rddClusterId")]
public virtual string RddClusterId { get; set; }
Property Value
Implements