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