Compute Engine v1 API - Class GlobalVmExtensionPolicyRolloutOperationRolloutInput (3.28.0)

public sealed class GlobalVmExtensionPolicyRolloutOperationRolloutInput : IMessage<GlobalVmExtensionPolicyRolloutOperationRolloutInput>, IEquatable<GlobalVmExtensionPolicyRolloutOperationRolloutInput>, IDeepCloneable<GlobalVmExtensionPolicyRolloutOperationRolloutInput>, IBufferMessage, IMessage

Inheritance

object > GlobalVmExtensionPolicyRolloutOperationRolloutInput

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GlobalVmExtensionPolicyRolloutOperationRolloutInput()

public GlobalVmExtensionPolicyRolloutOperationRolloutInput()

GlobalVmExtensionPolicyRolloutOperationRolloutInput(GlobalVmExtensionPolicyRolloutOperationRolloutInput)

public GlobalVmExtensionPolicyRolloutOperationRolloutInput(GlobalVmExtensionPolicyRolloutOperationRolloutInput other)
Parameter
Name Description
other GlobalVmExtensionPolicyRolloutOperationRolloutInput

Properties

ConflictBehavior

public string ConflictBehavior { get; set; }

Optional. Specifies the behavior of the rollout if a conflict is detected in a project during a rollout. This only applies to insert and update methods.

A conflict occurs in the following cases:

  • insert method: If the zonal policy already exists when the insert happens.
  • update method: If the zonal policy was modified by a zonal API call outside of this rollout.

Possible values are the following:

  • "" (empty string): If a conflict occurs, the local value is not overwritten. This is the default behavior.
  • "overwrite": If a conflict occurs, the local value is overwritten with the rollout value.
Property Value
Type Description
string

HasConflictBehavior

public bool HasConflictBehavior { get; }

Gets whether the "conflict_behavior" field is set

Property Value
Type Description
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
Type Description
bool

HasPredefinedRolloutPlan

public bool HasPredefinedRolloutPlan { get; }

Gets whether the "predefined_rollout_plan" field is set

Property Value
Type Description
bool

HasRetryUuid

public bool HasRetryUuid { get; }

Gets whether the "retry_uuid" field is set

Property Value
Type Description
bool

Name

public string Name { get; set; }

Optional. The name of the rollout plan. Ex. projects//locations/global/rolloutPlans/.

Property Value
Type Description
string

PredefinedRolloutPlan

public string PredefinedRolloutPlan { get; set; }

Optional. Specifies the predefined rollout plan for the policy. Valid values are SLOW_ROLLOUT and FAST_ROLLOUT. The recommended value is SLOW_ROLLOUT for progressive rollout. For more information, see Rollout plans for global policies. Check the PredefinedRolloutPlan enum for the list of possible values.

Property Value
Type Description
string

RetryUuid

public string RetryUuid { get; set; }

Optional. The UUID that identifies a policy rollout retry attempt for update and delete operations. Set this field only when retrying a rollout for an existing extension policy.

  • update method: Lets you retry policy rollout without changes. An error occurs if you set retry_uuid but the policy is modified.
  • delete method: Lets you retry policy deletion rollout if the previous deletion rollout is not finished and the policy is in the DELETING state. If you set this field when the policy is not in the DELETING state, an error occurs.
Property Value
Type Description
string