ConnectorInfraConfig constructor
ConnectorInfraConfig({
- bool? alwaysAllocateCpu,
- String? connectionRatelimitWindowSeconds,
- bool? connectorVersioningEnabled,
- String? deploymentModel,
- HPAConfig? hpaConfig,
- String? internalclientRatelimitThreshold,
- int? maxInstanceRequestConcurrency,
- bool? migrateDeploymentModel,
- bool? migrateTls,
- bool? provisionCloudSpanner,
- String? ratelimitThreshold,
- ResourceLimits? resourceLimits,
- ResourceRequests? resourceRequests,
Implementation
ConnectorInfraConfig({
this.alwaysAllocateCpu,
this.connectionRatelimitWindowSeconds,
this.connectorVersioningEnabled,
this.deploymentModel,
this.hpaConfig,
this.internalclientRatelimitThreshold,
this.maxInstanceRequestConcurrency,
this.migrateDeploymentModel,
this.migrateTls,
this.provisionCloudSpanner,
this.ratelimitThreshold,
this.resourceLimits,
this.resourceRequests,
this.sharedDeployment,
});