Enum InstanceGroupManagerInstanceLifecyclePolicyOnRepair.AllowChangingZone (1.105.0)

public enum InstanceGroupManagerInstanceLifecyclePolicyOnRepair.AllowChangingZone extends Enum<InstanceGroupManagerInstanceLifecyclePolicyOnRepair.AllowChangingZone> implements ProtocolMessageEnum

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.

Protobuf enum google.cloud.compute.v1.InstanceGroupManagerInstanceLifecyclePolicyOnRepair.AllowChangingZone

Implements

ProtocolMessageEnum

Static Fields

Name Description
NO

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

NO = 2497;

NO_VALUE

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

NO = 2497;

UNDEFINED_ALLOW_CHANGING_ZONE

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_CHANGING_ZONE = 0;

UNDEFINED_ALLOW_CHANGING_ZONE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_CHANGING_ZONE = 0;

UNRECOGNIZED
YES

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

YES = 87751;

YES_VALUE

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

YES = 87751;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()