InputLinuxParametersArgs

data class InputLinuxParametersArgs(val classificationsToInclude: Output<List<String>>? = null, val packageNameMasksToExclude: Output<List<String>>? = null, val packageNameMasksToInclude: Output<List<String>>? = null) : ConvertibleToJava<InputLinuxParametersArgs>

Input properties for patching a Linux machine.

Constructors

Link copied to clipboard
constructor(classificationsToInclude: Output<List<String>>? = null, packageNameMasksToExclude: Output<List<String>>? = null, packageNameMasksToInclude: Output<List<String>>? = null)

Properties

Link copied to clipboard
val classificationsToInclude: Output<List<String>>? = null

Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.

Link copied to clipboard
val packageNameMasksToExclude: Output<List<String>>? = null

Package names to be excluded for patching.

Link copied to clipboard
val packageNameMasksToInclude: Output<List<String>>? = null

Package names to be included for patching.

Functions

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