public sealed class Cluster : IMessage<Cluster>, IEquatable<Cluster>, IDeepCloneable<Cluster>, IBufferMessage, IMessage
Describes the identifying information, config, and status of a Dataproc cluster
Implements
IMessage<Cluster>, IEquatable<Cluster>, IDeepCloneable<Cluster>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
Cluster()
public Cluster()
Cluster(Cluster)
public Cluster(Cluster other)
Parameter | |
---|---|
Name | Description |
other | Cluster |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ClusterMetrics |
ProjectId
public string ProjectId { get; set; }
Required. The Google Cloud Platform project ID that the cluster belongs to.
Property Value | |
---|---|
Type | Description |
String |
Status
public ClusterStatus Status { get; set; }
Output only. Cluster status.
Property Value | |
---|---|
Type | Description |
ClusterStatus |
StatusHistory
public RepeatedField<ClusterStatus> StatusHistory { get; }
Output only. The previous cluster status.
Property Value | |
---|---|
Type | Description |
RepeatedField<ClusterStatus> |