Class ResourcePolicyVmMaintenancePolicyConcurrencyControl
A concurrency control configuration. Defines a group config that, when attached to an instance, recognizes that instance as part of a group of instances where only up the concurrency_limit of instances in that group can undergo simultaneous maintenance. For more information: go/concurrency-control-design-doc
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourcePolicyVmMaintenancePolicyConcurrencyControl : IDirectResponseSchema
Properties
ConcurrencyLimit
Declaration
[JsonProperty("concurrencyLimit")]
public virtual int? ConcurrencyLimit { 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 |