Show / Hide Table of Contents

Class OSPolicyAssignmentRollout

Message to configure the rollout at the zonal level for the OS policy assignment.

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

Properties

DisruptionBudget

Required. The maximum number (or percentage) of VMs per zone to disrupt at any given moment.

Declaration
[JsonProperty("disruptionBudget")]
public virtual FixedOrPercent DisruptionBudget { get; set; }
Property Value
Type Description
FixedOrPercent

ETag

The ETag of the item.

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

MinWaitDuration

Required. This determines the minimum duration of time to wait after the configuration changes are applied through the current rollout. A VM continues to count towards the disruption_budget at least until this duration of time has passed after configuration changes are applied.

Declaration
[JsonProperty("minWaitDuration")]
public virtual object MinWaitDuration { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX