Class Cluster (5.0.0)

public sealed class Cluster : IMessage<Cluster>, IEquatable<Cluster>, IDeepCloneable<Cluster>, IBufferMessage, IMessage

Describes the identifying information, config, and status of a Dataproc cluster

Inheritance

Object > Cluster

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

Cluster()

public Cluster()

Cluster(Cluster)

public Cluster(Cluster other)
Parameter
NameDescription
otherCluster

Properties

ClusterName

public string ClusterName { get; set; }

Required. The cluster name. Cluster names within a project must be unique. Names of deleted clusters can be reused.

Property Value
TypeDescription
String

ClusterUuid

public string ClusterUuid { get; set; }

Output only. A cluster UUID (Unique Universal Identifier). Dataproc generates this value when it creates the cluster.

Property Value
TypeDescription
String

Config

public ClusterConfig Config { get; set; }

Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may set default values, and values may change when clusters are updated.

Property Value
TypeDescription
ClusterConfig

Labels

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

Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.

Property Value
TypeDescription
MapField<String, String>

Metrics

public ClusterMetrics Metrics { get; set; }

Output only. Contains cluster daemon metrics such as HDFS and YARN stats.

Beta Feature: This report is available for testing purposes only. It may be changed before final release.

Property Value
TypeDescription
ClusterMetrics

ProjectId

public string ProjectId { get; set; }

Required. The Google Cloud Platform project ID that the cluster belongs to.

Property Value
TypeDescription
String

Status

public ClusterStatus Status { get; set; }

Output only. Cluster status.

Property Value
TypeDescription
ClusterStatus

StatusHistory

public RepeatedField<ClusterStatus> StatusHistory { get; }

Output only. The previous cluster status.

Property Value
TypeDescription
RepeatedField<ClusterStatus>

VirtualClusterConfig

public VirtualClusterConfig VirtualClusterConfig { get; set; }

Optional. The virtual cluster config, used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster. Note that Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtualClusterConfig must be specified.

Property Value
TypeDescription
VirtualClusterConfig