Get Instance Scheduling
data class GetInstanceScheduling(val automaticRestart: Boolean, val instanceTerminationAction: String, val maxRunDurations: List<GetInstanceSchedulingMaxRunDuration>, val minNodeCpus: Int, val nodeAffinities: List<GetInstanceSchedulingNodeAffinity>, val onHostMaintenance: String, val preemptible: Boolean, val provisioningModel: String)
Constructors
Link copied to clipboard
fun GetInstanceScheduling(automaticRestart: Boolean, instanceTerminationAction: String, maxRunDurations: List<GetInstanceSchedulingMaxRunDuration>, minNodeCpus: Int, nodeAffinities: List<GetInstanceSchedulingNodeAffinity>, onHostMaintenance: String, preemptible: Boolean, provisioningModel: String)
Types
Properties
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
Link copied to clipboard
Link copied to clipboard
Describes maintenance behavior for the instance. One of MIGRATE or TERMINATE, for more info, read here
Link copied to clipboard
Link copied to clipboard