Patch Deployment Patch Config Zypper Args
data class PatchDeploymentPatchConfigZypperArgs(val categories: Output<List<String>>? = null, val excludes: Output<List<String>>? = null, val exclusivePatches: Output<List<String>>? = null, val severities: Output<List<String>>? = null, val withOptional: Output<Boolean>? = null, val withUpdate: Output<Boolean>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigZypperArgs>
Properties
Link copied to clipboard
Install only patches with these categories. Common categories include security, recommended, and feature.
Link copied to clipboard
An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
Link copied to clipboard
Install only patches with these severities. Common severities include critical, important, moderate, and low.
Link copied to clipboard
Adds the --with-optional flag to zypper patch.
Link copied to clipboard
Adds the --with-update flag, to zypper patch.