Software Update Configuration Linux Args
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>
Properties
Link copied to clipboard
Link copied to clipboard
Specifies the list of update classifications included in the Software Update Configuration. Possible values are Unclassified, Critical, Security and Other.
Link copied to clipboard
Specifies a list of packages to excluded from the Software Update Configuration.
Link copied to clipboard
Specifies a list of packages to included from the Software Update Configuration.