Package com.pulumi.gcp.osconfig.inputs
Class PatchDeploymentPatchConfigAptArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.osconfig.inputs.PatchDeploymentPatchConfigAptArgs
-
public final class PatchDeploymentPatchConfigAptArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentPatchConfigAptArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static PatchDeploymentPatchConfigAptArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatchDeploymentPatchConfigAptArgs.Builder
builder()
static PatchDeploymentPatchConfigAptArgs.Builder
builder(PatchDeploymentPatchConfigAptArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
excludes()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
exclusivePackages()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
type()
-
-
-
Field Detail
-
Empty
public static final PatchDeploymentPatchConfigAptArgs Empty
-
-
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`.
-
builder
public static PatchDeploymentPatchConfigAptArgs.Builder builder()
-
builder
public static PatchDeploymentPatchConfigAptArgs.Builder builder(PatchDeploymentPatchConfigAptArgs defaults)
-
-