Scheduling Args
Sets the scheduling options for an Instance.
Constructors
Properties
Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.
Specify the time in seconds for host error detection, the value must be within the range of 90, 330 with the increment of 30, if unset, the default behavior of host error recovery will be used.
Specifies the termination action for the instance.
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
Specifies the number of hours after VM instance creation where the VM won't be scheduled for maintenance.
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
.
Specifies the max run duration for the given instance. If specified, the instance termination action will be performed at the end of the run duration.
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy.
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.
Specifies the provisioning model of the instance.
Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.