public static class ComputeEnumConstants.InstanceGroupManagerUpdatePolicy.ReplacementMethodReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.InstanceGroupManagerUpdatePolicy.ReplacementMethod.
Constants for wire representations of the InstanceGroupManagerUpdatePolicy.Types.ReplacementMethod enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Recreate
public const string Recreate = "RECREATE"Wire representation of Recreate .
| Field Value | |
|---|---|
| Type | Description | 
string | 
        |
Substitute
public const string Substitute = "SUBSTITUTE"Wire representation of Substitute .
| Field Value | |
|---|---|
| Type | Description | 
string | 
        |
UndefinedReplacementMethod
public const string UndefinedReplacementMethod = "UNDEFINED_REPLACEMENT_METHOD"Wire representation of UndefinedReplacementMethod .
| Field Value | |
|---|---|
| Type | Description | 
string | 
        |