Class ErrorBudget
The configuration for error budget. If the number of failed units exceeds max(allowed_count, allowed_ratio * total_units), the rollout will be paused.
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ErrorBudget : IDirectResponseSchema
Properties
AllowedCount
Optional. The maximum number of failed units allowed in a location without pausing the rollout.
Declaration
[JsonProperty("allowedCount")]
public virtual int? AllowedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
AllowedPercentage
Optional. The maximum percentage of units allowed to fail (0, 100] within a location without pausing the rollout.
Declaration
[JsonProperty("allowedPercentage")]
public virtual int? AllowedPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |