GetInstanceScheduling

data class GetInstanceScheduling(val automaticRestart: Boolean, val instanceTerminationAction: String, val localSsdRecoveryTimeouts: List<GetInstanceSchedulingLocalSsdRecoveryTimeout>, val maintenanceInterval: String, val maxRunDurations: List<GetInstanceSchedulingMaxRunDuration>, val minNodeCpus: Int, val nodeAffinities: List<GetInstanceSchedulingNodeAffinity>, val onHostMaintenance: String, val onInstanceStopActions: List<GetInstanceSchedulingOnInstanceStopAction>, val preemptible: Boolean, val provisioningModel: String)

Constructors

Link copied to clipboard
constructor(automaticRestart: Boolean, instanceTerminationAction: String, localSsdRecoveryTimeouts: List<GetInstanceSchedulingLocalSsdRecoveryTimeout>, maintenanceInterval: String, maxRunDurations: List<GetInstanceSchedulingMaxRunDuration>, minNodeCpus: Int, nodeAffinities: List<GetInstanceSchedulingNodeAffinity>, onHostMaintenance: String, onInstanceStopActions: List<GetInstanceSchedulingOnInstanceStopAction>, preemptible: Boolean, provisioningModel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).

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
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.

Link copied to clipboard

Describes maintenance behavior for the instance. One of MIGRATE or TERMINATE, for more info, read here

Link copied to clipboard

Defines the behaviour for instances with the instance_termination_action.

Link copied to clipboard

Whether the instance is preemptible.

Link copied to clipboard

Describe the type of preemptible VM.