ComputeRegionBackendServiceRegionBackendServiceBackend constructor
const
ComputeRegionBackendServiceRegionBackendServiceBackend({
- required TfArg<
String> group, - RegionBackendServiceBalancingMode? balancingMode,
- TfArg<
double> ? capacityScaler, - TfArg<
String> ? description, - TfArg<
bool> ? failover, - TfArg<
int> ? maxConnections, - TfArg<
int> ? maxConnectionsPerEndpoint, - TfArg<
int> ? maxConnectionsPerInstance, - TfArg<
int> ? maxRate, - TfArg<
double> ? maxRatePerEndpoint, - TfArg<
double> ? maxRatePerInstance, - TfArg<
double> ? maxUtilization, - List<
ComputeRegionBackendServiceRegionBackendServiceBackendCustomMetric> ? customMetrics,
Implementation
const ComputeRegionBackendServiceRegionBackendServiceBackend({
required this.group,
this.balancingMode,
this.capacityScaler,
this.description,
this.failover,
this.maxConnections,
this.maxConnectionsPerEndpoint,
this.maxConnectionsPerInstance,
this.maxRate,
this.maxRatePerEndpoint,
this.maxRatePerInstance,
this.maxUtilization,
this.customMetrics,
});