SoftwareUpdateConfigurationLinuxArgs

data class SoftwareUpdateConfigurationLinuxArgs(val classificationIncluded: Output<String>? = null, val classificationsIncludeds: Output<List<String>>? = null, val excludedPackages: Output<List<String>>? = null, val includedPackages: Output<List<String>>? = null, val reboot: Output<String>? = null) : ConvertibleToJava<SoftwareUpdateConfigurationLinuxArgs>

Constructors

Link copied to clipboard
constructor(classificationIncluded: Output<String>? = null, classificationsIncludeds: Output<List<String>>? = null, excludedPackages: Output<List<String>>? = null, includedPackages: Output<List<String>>? = null, reboot: Output<String>? = null)

Properties

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

Specifies the list of update classifications included in the Software Update Configuration. Possible values are Unclassified, Critical, Security and Other.

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

Specifies a list of packages to excluded from the Software Update Configuration.

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

Specifies a list of packages to included from the Software Update Configuration.

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

Specifies the reboot settings after software update, possible values are IfRequired, Never, RebootOnly and Always. Defaults to IfRequired.

Functions

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