Cluster constructor
Cluster({
- String? authorizationMode,
- String? createTime,
- bool? deletionProtectionEnabled,
- List<
DiscoveryEndpoint> ? discoveryEndpoints, - String? name,
- String? nodeType,
- ClusterPersistenceConfig? persistenceConfig,
- double? preciseSizeGb,
- List<
PscConfig> ? pscConfigs, - List<
PscConnection> ? pscConnections, - Map<
String, String> ? redisConfigs, - int? replicaCount,
- int? shardCount,
- int? sizeGb,
- String? state,
- StateInfo? stateInfo,
- String? transitEncryptionMode,
- String? uid,
- 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,
});