Backend constructor
Backend({
- String? balancingMode,
- double? capacityScaler,
- List<
BackendCustomMetric> ? customMetrics, - String? description,
- bool? failover,
- String? group,
- int? maxConnections,
- int? maxConnectionsPerEndpoint,
- int? maxConnectionsPerInstance,
- int? maxInFlightRequests,
- int? maxInFlightRequestsPerEndpoint,
- int? maxInFlightRequestsPerInstance,
- int? maxRate,
- double? maxRatePerEndpoint,
- double? maxRatePerInstance,
- double? maxUtilization,
- BackendBackendOrchestrationInfo? orchestrationInfo,
- String? preference,
- String? trafficDuration,
Implementation
Backend({
this.balancingMode,
this.capacityScaler,
this.customMetrics,
this.description,
this.failover,
this.group,
this.maxConnections,
this.maxConnectionsPerEndpoint,
this.maxConnectionsPerInstance,
this.maxInFlightRequests,
this.maxInFlightRequestsPerEndpoint,
this.maxInFlightRequestsPerInstance,
this.maxRate,
this.maxRatePerEndpoint,
this.maxRatePerInstance,
this.maxUtilization,
this.orchestrationInfo,
this.preference,
this.trafficDuration,
});