Show / Hide Table of Contents

Class UnitUpdatePacing

UnitUpdatePacing defines the policy for the maximum number of unit operations that can run for a rollout in parallel in a single region.

Inheritance
object
UnitUpdatePacing
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.v1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1.dll
Syntax
public class UnitUpdatePacing : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxConcurrentOperationsCount

Optional. An absolute cap on concurrent units operations. If both percent and count are provided, the system uses the MINIMUM (most restrictive).

Declaration
[JsonProperty("maxConcurrentOperationsCount")]
public virtual int? MaxConcurrentOperationsCount { get; set; }
Property Value
Type Description
int?

MaxConcurrentOperationsPercent

Optional. The maximum percentage of total units in the scope that can be in-flight. Example: 10.5 for 10.5%. If both percent and count are provided, the system uses the MINIMUM (most restrictive).

Declaration
[JsonProperty("maxConcurrentOperationsPercent")]
public virtual Decimal MaxConcurrentOperationsPercent { get; set; }
Property Value
Type Description
Decimal

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX