terminationAction property
Specifies the termination action of the instance
Optional. Possible string values are:
- "TERMINATION_ACTION_UNSPECIFIED" : Unspecified termination action
- "STOP" : Stop the instance
- "DELETE" : Delete the instance
Implementation
core.String? terminationAction;