Class PatchDeploymentPatchConfigZypperArgs


  • public final class PatchDeploymentPatchConfigZypperArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • categories

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> categories()
        Returns:
        Install only patches with these categories. Common categories include security, recommended, and feature.
      • excludes

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> excludes()
        Returns:
        List of packages to exclude from update.
      • exclusivePatches

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> exclusivePatches()
        Returns:
        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.
      • severities

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> severities()
        Returns:
        Install only patches with these severities. Common severities include critical, important, moderate, and low.
      • withOptional

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> withOptional()
        Returns:
        Adds the --with-optional flag to zypper patch.
      • withUpdate

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> withUpdate()
        Returns:
        Adds the --with-update flag, to zypper patch.