Cluster constructor

Cluster({
  1. ClusterConfig? clusterConfig,
  2. String? defaultStorageType,
  3. EncryptionConfig? encryptionConfig,
  4. String? location,
  5. String? name,
  6. int? serveNodes,
  7. String? state,
})

Implementation

Cluster({
  this.clusterConfig,
  this.defaultStorageType,
  this.encryptionConfig,
  this.location,
  this.name,
  this.serveNodes,
  this.state,
});