ConnectorVersionInfraConfig constructor

ConnectorVersionInfraConfig({
  1. String? connectionRatelimitWindowSeconds,
  2. String? deploymentModel,
  3. String? deploymentModelMigrationState,
  4. HPAConfig? hpaConfig,
  5. String? internalclientRatelimitThreshold,
  6. int? maxInstanceRequestConcurrency,
  7. String? ratelimitThreshold,
  8. ResourceLimits? resourceLimits,
  9. ResourceRequests? resourceRequests,
  10. String? sharedDeployment,
  11. String? tlsMigrationState,
})

Implementation

ConnectorVersionInfraConfig({
  this.connectionRatelimitWindowSeconds,
  this.deploymentModel,
  this.deploymentModelMigrationState,
  this.hpaConfig,
  this.internalclientRatelimitThreshold,
  this.maxInstanceRequestConcurrency,
  this.ratelimitThreshold,
  this.resourceLimits,
  this.resourceRequests,
  this.sharedDeployment,
  this.tlsMigrationState,
});