PatchDeploymentPatchConfigAptArgs

data class PatchDeploymentPatchConfigAptArgs(val excludes: Output<List<String>>? = null, val exclusivePackages: Output<List<String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigAptArgs>

Constructors

Link copied to clipboard
constructor(excludes: Output<List<String>>? = null, exclusivePackages: Output<List<String>>? = null, type: Output<String>? = 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 type: Output<String>? = null

By changing the type to DIST, the patching is performed using apt-get dist-upgrade instead. Possible values are: DIST, UPGRADE.

Functions

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