Instance From Machine Image Scheduling
data class InstanceFromMachineImageScheduling(val automaticRestart: Boolean? = null, val instanceTerminationAction: String? = null, val localSsdRecoveryTimeout: InstanceFromMachineImageSchedulingLocalSsdRecoveryTimeout? = null, val maintenanceInterval: String? = null, val maxRunDuration: InstanceFromMachineImageSchedulingMaxRunDuration? = null, val minNodeCpus: Int? = null, val nodeAffinities: List<InstanceFromMachineImageSchedulingNodeAffinity>? = null, val onHostMaintenance: String? = null, val preemptible: Boolean? = null, val provisioningModel: String? = null)
Constructors
Link copied to clipboard
constructor(automaticRestart: Boolean? = null, instanceTerminationAction: String? = null, localSsdRecoveryTimeout: InstanceFromMachineImageSchedulingLocalSsdRecoveryTimeout? = null, maintenanceInterval: String? = null, maxRunDuration: InstanceFromMachineImageSchedulingMaxRunDuration? = null, minNodeCpus: Int? = null, nodeAffinities: List<InstanceFromMachineImageSchedulingNodeAffinity>? = null, onHostMaintenance: String? = null, preemptible: Boolean? = null, provisioningModel: String? = null)