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>