ManagementCluster class

Management cluster configuration.

Constructors

ManagementCluster({String? clusterId, Map<String, NodeTypeConfig>? nodeTypeConfigs, StretchedClusterConfig? stretchedClusterConfig})
ManagementCluster.fromJson(Map json_)

Properties

clusterId String?
The user-provided identifier of the new Cluster.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nodeTypeConfigs Map<String, NodeTypeConfig>?
The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stretchedClusterConfig StretchedClusterConfig?
Configuration of a stretched 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