ConfigurationInstallPatchesLinuxArgs

data class ConfigurationInstallPatchesLinuxArgs(val classificationsToIncludes: Output<List<String>>? = null, val packageNamesMaskToExcludes: Output<List<String>>? = null, val packageNamesMaskToIncludes: Output<List<String>>? = null) : ConvertibleToJava<ConfigurationInstallPatchesLinuxArgs>

Constructors

Link copied to clipboard
constructor(classificationsToIncludes: Output<List<String>>? = null, packageNamesMaskToExcludes: Output<List<String>>? = null, packageNamesMaskToIncludes: Output<List<String>>? = null)

Properties

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

List of Classification category of patches to be patched. Possible values are Critical, Security and Other.

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

List of package names to be excluded from patching.

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

List of package names to be included for patching.

Functions

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