preemptible property

bool? preemptible
getter/setter pair

Defines whether the instance is preemptible.

This can only be set during instance creation or while the instance is stopped and therefore, in a TERMINATED state. See Instance Life Cycle for more information on the possible instance states.

Implementation

core.bool? preemptible;