Cluster constructor

Cluster({
  1. String? authorizationMode,
  2. String? createTime,
  3. bool? deletionProtectionEnabled,
  4. List<DiscoveryEndpoint>? discoveryEndpoints,
  5. String? name,
  6. String? nodeType,
  7. ClusterPersistenceConfig? persistenceConfig,
  8. double? preciseSizeGb,
  9. List<PscConfig>? pscConfigs,
  10. List<PscConnection>? pscConnections,
  11. Map<String, String>? redisConfigs,
  12. int? replicaCount,
  13. int? shardCount,
  14. int? sizeGb,
  15. String? state,
  16. StateInfo? stateInfo,
  17. String? transitEncryptionMode,
  18. String? uid,
  19. ZoneDistributionConfig? zoneDistributionConfig,
})

Implementation

Cluster({
  this.authorizationMode,
  this.createTime,
  this.deletionProtectionEnabled,
  this.discoveryEndpoints,
  this.name,
  this.nodeType,
  this.persistenceConfig,
  this.preciseSizeGb,
  this.pscConfigs,
  this.pscConnections,
  this.redisConfigs,
  this.replicaCount,
  this.shardCount,
  this.sizeGb,
  this.state,
  this.stateInfo,
  this.transitEncryptionMode,
  this.uid,
  this.zoneDistributionConfig,
});