ComputeRegionBackendServiceRegionBackendServiceBackend constructor

const ComputeRegionBackendServiceRegionBackendServiceBackend({
  1. required TfArg<String> group,
  2. RegionBackendServiceBalancingMode? balancingMode,
  3. TfArg<double>? capacityScaler,
  4. TfArg<String>? description,
  5. TfArg<bool>? failover,
  6. TfArg<int>? maxConnections,
  7. TfArg<int>? maxConnectionsPerEndpoint,
  8. TfArg<int>? maxConnectionsPerInstance,
  9. TfArg<int>? maxRate,
  10. TfArg<double>? maxRatePerEndpoint,
  11. TfArg<double>? maxRatePerInstance,
  12. TfArg<double>? maxUtilization,
  13. 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,
});