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