Class PatchDeploymentPatchConfigAptArgs


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

      • excludes

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

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

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        By changing the type to DIST, the patching is performed using apt-get dist-upgrade instead. Possible values are: `DIST`, `UPGRADE`.