PatchDeploymentPatchConfigYumArgs

data class PatchDeploymentPatchConfigYumArgs(val excludes: Output<List<String>>? = null, val exclusivePackages: Output<List<String>>? = null, val minimal: Output<Boolean>? = null, val security: Output<Boolean>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigYumArgs>

Constructors

Link copied to clipboard
constructor(excludes: Output<List<String>>? = null, exclusivePackages: Output<List<String>>? = null, minimal: Output<Boolean>? = null, security: Output<Boolean>? = null)

Properties

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

List of packages to exclude from update. These packages will be excluded.

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

An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.

Link copied to clipboard
val minimal: Output<Boolean>? = null

Will cause patch to run yum update-minimal instead.

Link copied to clipboard
val security: Output<Boolean>? = null

Adds the --security flag to yum update. Not supported on all platforms.

Functions

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