Cluster class

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

Constructors

Cluster({String? clusterName, String? clusterUuid, ClusterConfig? config, Map<String, String>? labels, ClusterMetrics? metrics, String? projectId, ClusterStatus? status, List<ClusterStatus>? statusHistory, VirtualClusterConfig? virtualClusterConfig})
Cluster.fromJson(Map json_)

Properties

clusterName String?
The cluster name, which must be unique within a project.
getter/setter pair
clusterUuid String?
A cluster UUID (Unique Universal Identifier).
getter/setter pair
config ClusterConfig?
The cluster config for a cluster of Compute Engine Instances.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels to associate with this cluster.
getter/setter pair
metrics ClusterMetrics?
Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only.
getter/setter pair
projectId String?
The Google Cloud Platform project ID that the cluster belongs to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ClusterStatus?
Cluster status.
getter/setter pair
statusHistory List<ClusterStatus>?
The previous cluster status.
getter/setter pair
virtualClusterConfig VirtualClusterConfig?
The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited