OSProfileLinuxConfigurationArgs

data class OSProfileLinuxConfigurationArgs(val assessmentMode: Output<Either<String, AssessmentModeTypes>>? = null, val enableHotpatching: Output<Boolean>? = null, val patchMode: Output<Either<String, PatchModeTypes>>? = null) : ConvertibleToJava<OSProfileLinuxConfigurationArgs>

Specifies the linux configuration for update management.

Constructors

Link copied to clipboard
constructor(assessmentMode: Output<Either<String, AssessmentModeTypes>>? = null, enableHotpatching: Output<Boolean>? = null, patchMode: Output<Either<String, PatchModeTypes>>? = null)

Properties

Link copied to clipboard
val assessmentMode: Output<Either<String, AssessmentModeTypes>>? = null

Specifies the assessment mode.

Link copied to clipboard
val enableHotpatching: Output<Boolean>? = null

Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.

Link copied to clipboard
val patchMode: Output<Either<String, PatchModeTypes>>? = null

Specifies the patch mode.

Functions

Link copied to clipboard
open override fun toJava(): OSProfileLinuxConfigurationArgs