Enum InstanceGroupManagerUpdatePolicy.ReplacementMethod (1.51.0)

public enum InstanceGroupManagerUpdatePolicy.ReplacementMethod extends Enum<InstanceGroupManagerUpdatePolicy.ReplacementMethod> implements ProtocolMessageEnum

What action should be used to replace instances. See minimal_action.REPLACE

Protobuf enum google.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.ReplacementMethod

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RECREATE

Instances will be recreated (with the same name)

RECREATE = 522644719;

RECREATE_VALUE

Instances will be recreated (with the same name)

RECREATE = 522644719;

SUBSTITUTE

Default option: instances will be deleted and created (with a new name)

SUBSTITUTE = 280924314;

SUBSTITUTE_VALUE

Default option: instances will be deleted and created (with a new name)

SUBSTITUTE = 280924314;

UNDEFINED_REPLACEMENT_METHOD

A value indicating that the enum field is not set.

UNDEFINED_REPLACEMENT_METHOD = 0;

UNDEFINED_REPLACEMENT_METHOD_VALUE

A value indicating that the enum field is not set.

UNDEFINED_REPLACEMENT_METHOD = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()