Compute Engine v1 API - Class ComputeEnumConstants.InstanceGroupManagerUpdatePolicy.ReplacementMethod (2.13.0)

public static class ComputeEnumConstants.InstanceGroupManagerUpdatePolicy.ReplacementMethod

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.InstanceGroupManagerUpdatePolicy.ReplacementMethod.

Constants for wire representations of the InstanceGroupManagerUpdatePolicy.Types.ReplacementMethod enum.

Inheritance

object > ComputeEnumConstants.InstanceGroupManagerUpdatePolicy.ReplacementMethod

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Recreate

public const string Recreate = "RECREATE"

Wire representation of Recreate.

Field Value
TypeDescription
string

Substitute

public const string Substitute = "SUBSTITUTE"

Wire representation of Substitute.

Field Value
TypeDescription
string

UndefinedReplacementMethod

public const string UndefinedReplacementMethod = "UNDEFINED_REPLACEMENT_METHOD"

Wire representation of UndefinedReplacementMethod.

Field Value
TypeDescription
string