Interface protos.google.cloud.dataproc.v1.ICluster (2.5.0)

Properties of a Cluster.

Package

@google-cloud/dataproc!

Properties

clusterName

clusterName?: (string|null);

Cluster clusterName

Property Value
TypeDescription
(string|null)

clusterUuid

clusterUuid?: (string|null);

Cluster clusterUuid

Property Value
TypeDescription
(string|null)

config

config?: (google.cloud.dataproc.v1.IClusterConfig|null);

Cluster config

Property Value
TypeDescription
(google.cloud.dataproc.v1.IClusterConfig|null)

labels

labels?: ({ [k: string]: string }|null);

Cluster labels

Property Value
TypeDescription
({ [k: string]: string }|null)

metrics

metrics?: (google.cloud.dataproc.v1.IClusterMetrics|null);

Cluster metrics

Property Value
TypeDescription
(google.cloud.dataproc.v1.IClusterMetrics|null)

projectId

projectId?: (string|null);

Cluster projectId

Property Value
TypeDescription
(string|null)

status

status?: (google.cloud.dataproc.v1.IClusterStatus|null);

Cluster status

Property Value
TypeDescription
(google.cloud.dataproc.v1.IClusterStatus|null)

statusHistory

statusHistory?: (google.cloud.dataproc.v1.IClusterStatus[]|null);

Cluster statusHistory

Property Value
TypeDescription
(google.cloud.dataproc.v1.IClusterStatus[]|null)