Show / Hide Table of Contents

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.

Inheritance
object
ErrorBudget
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX