Enum Scheduling.Types.InstanceTerminationAction (1.3.0)

public enum InstanceTerminationAction

Specifies the termination action for the instance.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Delete

Delete the VM.

Stop

Stop the VM without storing in-memory content. default action.

UndefinedInstanceTerminationAction

A value indicating that the enum field is not set.

Unspecified

Default value. This value is unused.