Compute Engine v1 API - Enum InstanceGroupManagerInstanceLifecyclePolicyOnRepair.Types.AllowChangingZone (3.29.0)

public enum InstanceGroupManagerInstanceLifecyclePolicyOnRepair.Types.AllowChangingZone

Reference documentation and code samples for the Compute Engine v1 API enum InstanceGroupManagerInstanceLifecyclePolicyOnRepair.Types.AllowChangingZone.

Specifies whether the MIG can change a VM's zone during a repair. Valid values are:

  • NO (default): MIG cannot change a VM's zone during a repair.
  • YES: MIG can select a different zone for the VM during a repair.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
No

[Default] MIG cannot change a VM's zone during a repair.

UndefinedAllowChangingZone

A value indicating that the enum field is not set.

Yes

MIG can select a different zone for the VM during a repair.