ConnectorInfraConfig constructor

ConnectorInfraConfig({
  1. bool? alwaysAllocateCpu,
  2. String? connectionRatelimitWindowSeconds,
  3. bool? connectorVersioningEnabled,
  4. String? deploymentModel,
  5. HPAConfig? hpaConfig,
  6. String? internalclientRatelimitThreshold,
  7. int? maxInstanceRequestConcurrency,
  8. bool? migrateDeploymentModel,
  9. bool? migrateTls,
  10. bool? provisionCloudSpanner,
  11. String? ratelimitThreshold,
  12. ResourceLimits? resourceLimits,
  13. ResourceRequests? resourceRequests,
  14. String? sharedDeployment,
})

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,
});