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. NetworkEgressModeOverride? networkEgressModeOverride,
  11. bool? provisionCloudSpanner,
  12. bool? provisionMemstore,
  13. String? ratelimitThreshold,
  14. ResourceLimits? resourceLimits,
  15. ResourceRequests? resourceRequests,
  16. String? sharedDeployment,
})

Implementation

ConnectorInfraConfig({
  this.alwaysAllocateCpu,
  this.connectionRatelimitWindowSeconds,
  this.connectorVersioningEnabled,
  this.deploymentModel,
  this.hpaConfig,
  this.internalclientRatelimitThreshold,
  this.maxInstanceRequestConcurrency,
  this.migrateDeploymentModel,
  this.migrateTls,
  this.networkEgressModeOverride,
  this.provisionCloudSpanner,
  this.provisionMemstore,
  this.ratelimitThreshold,
  this.resourceLimits,
  this.resourceRequests,
  this.sharedDeployment,
});