Package com.pulumi.gcp.osconfig.outputs
Class PatchDeploymentPatchConfigYum
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.PatchDeploymentPatchConfigYum
-
public final class PatchDeploymentPatchConfigYum extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentPatchConfigYum.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatchDeploymentPatchConfigYum.Builder
builder()
static PatchDeploymentPatchConfigYum.Builder
builder(PatchDeploymentPatchConfigYum defaults)
java.util.List<java.lang.String>
excludes()
java.util.List<java.lang.String>
exclusivePackages()
java.util.Optional<java.lang.Boolean>
minimal()
java.util.Optional<java.lang.Boolean>
security()
-
-
-
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.
-
minimal
public java.util.Optional<java.lang.Boolean> minimal()
- Returns:
- Will cause patch to run yum update-minimal instead.
-
security
public java.util.Optional<java.lang.Boolean> security()
- Returns:
- Adds the --security flag to yum update. Not supported on all platforms.
-
builder
public static PatchDeploymentPatchConfigYum.Builder builder()
-
builder
public static PatchDeploymentPatchConfigYum.Builder builder(PatchDeploymentPatchConfigYum defaults)
-
-