public static class ComputeEnumConstants.Scheduling.InstanceTerminationActionReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Scheduling.InstanceTerminationAction.
Constants for wire representations of the Scheduling.Types.InstanceTerminationAction enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Delete
public const string Delete = "DELETE"Wire representation of Delete.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Stop
public const string Stop = "STOP"Wire representation of Stop.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedInstanceTerminationAction
public const string UndefinedInstanceTerminationAction = "UNDEFINED_INSTANCE_TERMINATION_ACTION"Wire representation of UndefinedInstanceTerminationAction .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "INSTANCE_TERMINATION_ACTION_UNSPECIFIED"Wire representation of Unspecified .
| Field Value | |
|---|---|
| Type | Description |
string |
|