GetRegionInstanceTemplateScheduling

data class GetRegionInstanceTemplateScheduling(val automaticRestart: Boolean, val instanceTerminationAction: String, val localSsdRecoveryTimeouts: List<GetRegionInstanceTemplateSchedulingLocalSsdRecoveryTimeout>, val maintenanceInterval: String, val maxRunDurations: List<GetRegionInstanceTemplateSchedulingMaxRunDuration>, val minNodeCpus: Int, val nodeAffinities: List<GetRegionInstanceTemplateSchedulingNodeAffinity>, val onHostMaintenance: String, val onInstanceStopActions: List<GetRegionInstanceTemplateSchedulingOnInstanceStopAction>, val preemptible: Boolean, val provisioningModel: String)

Constructors

Link copied to clipboard
constructor(automaticRestart: Boolean, instanceTerminationAction: String, localSsdRecoveryTimeouts: List<GetRegionInstanceTemplateSchedulingLocalSsdRecoveryTimeout>, maintenanceInterval: String, maxRunDurations: List<GetRegionInstanceTemplateSchedulingMaxRunDuration>, minNodeCpus: Int, nodeAffinities: List<GetRegionInstanceTemplateSchedulingNodeAffinity>, onHostMaintenance: String, onInstanceStopActions: List<GetRegionInstanceTemplateSchedulingOnInstanceStopAction>, preemptible: Boolean, provisioningModel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). This defaults to true.

Link copied to clipboard

Describe the type of termination action for SPOT VM. Can be STOP or DELETE. Read more on here

Link copied to clipboard

Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.

Link copied to clipboard

Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC

Link copied to clipboard

The timeout for new network connections to hosts.

Link copied to clipboard

Minimum number of cpus for the instance.

Link copied to clipboard

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.

Link copied to clipboard

Defines the maintenance behavior for this instance.

Link copied to clipboard

Defines the behaviour for instances with the instance_termination_action.

Link copied to clipboard

Allows instance to be preempted. This defaults to false. Read more on this here.

Link copied to clipboard

Describe the type of preemptible VM.