Instance Template Scheduling Args
Constructors
Properties
Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). This defaults to true.
Describe the type of termination action for SPOT
VM. Can be STOP
or DELETE
. Read more on here
Specifies node affinities or anti-affinities to determine which sole-tenant nodes your instances and managed instance groups will use as host systems. Read more on sole-tenant node creation here. Structure documented below.
Defines the maintenance behavior for this instance.
Allows instance to be preempted. This defaults to false. Read more on this here.
Describe the type of preemptible VM. This field accepts the value STANDARD
or SPOT
. If the value is STANDARD
, there will be no discount. If this is set to SPOT
, preemptible
should be true
and automatic_restart
should be false
. For more info about SPOT
, read here