ManagementCluster constructor

ManagementCluster({
  1. String? clusterId,
  2. Map<String, NodeTypeConfig>? nodeTypeConfigs,
  3. StretchedClusterConfig? stretchedClusterConfig,
})

Implementation

ManagementCluster({
  this.clusterId,
  this.nodeTypeConfigs,
  this.stretchedClusterConfig,
});