ConnectorInfraConfig constructor

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

Implementation

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