GoogleCloudConnectorsV1ConnectorVersionInfraConfig constructor

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

Implementation

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