Runtime Software Config Args
data class RuntimeSoftwareConfigArgs(val customGpuDriverPath: Output<String>? = null, val disableTerminal: Output<Boolean>? = null, val enableHealthMonitoring: Output<Boolean>? = null, val idleShutdown: Output<Boolean>? = null, val idleShutdownTimeout: Output<Int>? = null, val installGpuDriver: Output<Boolean>? = null, val kernels: Output<List<ContainerImageArgs>>? = null, val mixerDisabled: Output<Boolean>? = null, val notebookUpgradeSchedule: Output<String>? = null, val postStartupScript: Output<String>? = null, val postStartupScriptBehavior: Output<RuntimeSoftwareConfigPostStartupScriptBehavior>? = null) : ConvertibleToJava<RuntimeSoftwareConfigArgs>
Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in key:value
format, for example: * idle_shutdown: true
* idle_shutdown_timeout: 180
* enable_health_monitoring: true
Constructors
Link copied to clipboard
fun RuntimeSoftwareConfigArgs(customGpuDriverPath: Output<String>? = null, disableTerminal: Output<Boolean>? = null, enableHealthMonitoring: Output<Boolean>? = null, idleShutdown: Output<Boolean>? = null, idleShutdownTimeout: Output<Int>? = null, installGpuDriver: Output<Boolean>? = null, kernels: Output<List<ContainerImageArgs>>? = null, mixerDisabled: Output<Boolean>? = null, notebookUpgradeSchedule: Output<String>? = null, postStartupScript: Output<String>? = null, postStartupScriptBehavior: Output<RuntimeSoftwareConfigPostStartupScriptBehavior>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.