Cluster class

A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.

Constructors

Cluster({ClusterConfig? clusterConfig, String? defaultStorageType, EncryptionConfig? encryptionConfig, String? location, String? name, int? serveNodes, String? state})
Cluster.fromJson(Map json_)

Properties

clusterConfig ClusterConfig?
Configuration for this cluster.
getter/setter pair
defaultStorageType String?
The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
getter/setter pair
encryptionConfig EncryptionConfig?
The encryption configuration for CMEK-protected clusters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
The location where this cluster's nodes and storage reside.
getter/setter pair
name String?
The unique name of the cluster.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serveNodes int?
The number of nodes in the cluster.
getter/setter pair
state String?
The current state of the cluster.
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