Cluster constructor

Cluster({
  1. String? authorizationMode,
  2. String? createTime,
  3. List<DiscoveryEndpoint>? discoveryEndpoints,
  4. String? name,
  5. List<PscConfig>? pscConfigs,
  6. List<PscConnection>? pscConnections,
  7. int? replicaCount,
  8. int? shardCount,
  9. int? sizeGb,
  10. String? state,
  11. StateInfo? stateInfo,
  12. String? transitEncryptionMode,
  13. String? uid,
})

Implementation

Cluster({
  this.authorizationMode,
  this.createTime,
  this.discoveryEndpoints,
  this.name,
  this.pscConfigs,
  this.pscConnections,
  this.replicaCount,
  this.shardCount,
  this.sizeGb,
  this.state,
  this.stateInfo,
  this.transitEncryptionMode,
  this.uid,
});