PatchBaselineSourceArgs

data class PatchBaselineSourceArgs(val configuration: Output<String>, val name: Output<String>, val products: Output<List<String>>) : ConvertibleToJava<PatchBaselineSourceArgs>

Constructors

Link copied to clipboard
constructor(configuration: Output<String>, name: Output<String>, products: Output<List<String>>)

Properties

Link copied to clipboard
val configuration: Output<String>

Value of the yum repo configuration. For information about other options available for your yum repository configuration, see the dnf&#46;conf documentation

Link copied to clipboard
val name: Output<String>

Name specified to identify the patch source.

Link copied to clipboard
val products: Output<List<String>>

Specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter.

Functions

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