Package com.pulumi.gcp.osconfig.outputs
Class PatchDeploymentPatchConfigApt
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.PatchDeploymentPatchConfigApt
-
public final class PatchDeploymentPatchConfigApt extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentPatchConfigApt.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatchDeploymentPatchConfigApt.Builder
builder()
static PatchDeploymentPatchConfigApt.Builder
builder(PatchDeploymentPatchConfigApt defaults)
java.util.List<java.lang.String>
excludes()
java.util.List<java.lang.String>
exclusivePackages()
java.util.Optional<java.lang.String>
type()
-
-
-
Method Detail
-
excludes
public java.util.List<java.lang.String> excludes()
- Returns:
- List of packages to exclude from update. These packages will be excluded.
-
exclusivePackages
public 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<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`.
-
builder
public static PatchDeploymentPatchConfigApt.Builder builder()
-
builder
public static PatchDeploymentPatchConfigApt.Builder builder(PatchDeploymentPatchConfigApt defaults)
-
-