ManagementCluster constructor
ManagementCluster({
- String? clusterId,
- Map<
String, NodeTypeConfig> ? nodeTypeConfigs, - StretchedClusterConfig? stretchedClusterConfig,
Implementation
ManagementCluster({
this.clusterId,
this.nodeTypeConfigs,
this.stretchedClusterConfig,
});