GoogleCloudConnectorsV1ConnectorVersionInfraConfig constructor

GoogleCloudConnectorsV1ConnectorVersionInfraConfig({
  1. String? connectionRatelimitWindowSeconds,
  2. String? deploymentModel,
  3. String? deploymentModelMigrationState,
  4. GoogleCloudConnectorsV1HPAConfig? hpaConfig,
  5. String? internalclientRatelimitThreshold,
  6. int? maxInstanceRequestConcurrency,
  7. String? ratelimitThreshold,
  8. GoogleCloudConnectorsV1ResourceLimits? resourceLimits,
  9. GoogleCloudConnectorsV1ResourceRequests? resourceRequests,
  10. String? sharedDeployment,
  11. String? tlsMigrationState,
})

Implementation

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