GoogleCloudConnectorsV1ConnectorVersionInfraConfig constructor
GoogleCloudConnectorsV1ConnectorVersionInfraConfig({
- String? connectionRatelimitWindowSeconds,
- String? deploymentModel,
- GoogleCloudConnectorsV1HPAConfig? hpaConfig,
- String? internalclientRatelimitThreshold,
- String? ratelimitThreshold,
- GoogleCloudConnectorsV1ResourceLimits? resourceLimits,
- GoogleCloudConnectorsV1ResourceRequests? resourceRequests,
Implementation
GoogleCloudConnectorsV1ConnectorVersionInfraConfig({
this.connectionRatelimitWindowSeconds,
this.deploymentModel,
this.hpaConfig,
this.internalclientRatelimitThreshold,
this.ratelimitThreshold,
this.resourceLimits,
this.resourceRequests,
this.sharedDeployment,
});