Compute Engine v1 API - Enum InstanceGroupManagerUpdatePolicy.Types.ReplacementMethod (2.10.0)

public enum InstanceGroupManagerUpdatePolicy.Types.ReplacementMethod

Reference documentation and code samples for the Compute Engine v1 API enum InstanceGroupManagerUpdatePolicy.Types.ReplacementMethod.

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Recreate

Instances will be recreated (with the same name)

Substitute

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

UndefinedReplacementMethod

A value indicating that the enum field is not set.