terminationAction property

String? terminationAction
getter/setter pair

Termination action for the instance.

If not specified, Compute Engine sets the termination action to DELETE.

Optional. Possible string values are:

  • "TERMINATION_ACTION_UNSPECIFIED" : Not set.
  • "STOP" : Compute Engine stops the Spot VM on preemption.
  • "DELETE" : Compute Engine deletes the Spot VM on preemption.

Implementation

core.String? terminationAction;