Class OsConfigPatchDeploymentPatchConfigZypperOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.298Z")
    @Stability(Stable)
    public class OsConfigPatchDeploymentPatchConfigZypperOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • OsConfigPatchDeploymentPatchConfigZypperOutputReference

        protected OsConfigPatchDeploymentPatchConfigZypperOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • OsConfigPatchDeploymentPatchConfigZypperOutputReference

        protected OsConfigPatchDeploymentPatchConfigZypperOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • OsConfigPatchDeploymentPatchConfigZypperOutputReference

        @Stability(Stable)
        public OsConfigPatchDeploymentPatchConfigZypperOutputReference​(@NotNull
                                                                       com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                       @NotNull
                                                                       String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetCategories

        @Stability(Stable)
        public void resetCategories()
      • resetExcludes

        @Stability(Stable)
        public void resetExcludes()
      • resetExclusivePatches

        @Stability(Stable)
        public void resetExclusivePatches()
      • resetSeverities

        @Stability(Stable)
        public void resetSeverities()
      • resetWithOptional

        @Stability(Stable)
        public void resetWithOptional()
      • resetWithUpdate

        @Stability(Stable)
        public void resetWithUpdate()
      • getCategoriesInput

        @Stability(Stable)
        @Nullable
        public List<String> getCategoriesInput()
      • getExcludesInput

        @Stability(Stable)
        @Nullable
        public List<String> getExcludesInput()
      • getExclusivePatchesInput

        @Stability(Stable)
        @Nullable
        public List<String> getExclusivePatchesInput()
      • getSeveritiesInput

        @Stability(Stable)
        @Nullable
        public List<String> getSeveritiesInput()
      • getWithOptionalInput

        @Stability(Stable)
        @Nullable
        public Object getWithOptionalInput()
      • getWithUpdateInput

        @Stability(Stable)
        @Nullable
        public Object getWithUpdateInput()
      • getCategories

        @Stability(Stable)
        @NotNull
        public List<String> getCategories()
      • setCategories

        @Stability(Stable)
        public void setCategories​(@NotNull
                                  List<String> value)
      • getExcludes

        @Stability(Stable)
        @NotNull
        public List<String> getExcludes()
      • setExcludes

        @Stability(Stable)
        public void setExcludes​(@NotNull
                                List<String> value)
      • getExclusivePatches

        @Stability(Stable)
        @NotNull
        public List<String> getExclusivePatches()
      • setExclusivePatches

        @Stability(Stable)
        public void setExclusivePatches​(@NotNull
                                        List<String> value)
      • getSeverities

        @Stability(Stable)
        @NotNull
        public List<String> getSeverities()
      • setSeverities

        @Stability(Stable)
        public void setSeverities​(@NotNull
                                  List<String> value)
      • getWithOptional

        @Stability(Stable)
        @NotNull
        public Object getWithOptional()
      • setWithOptional

        @Stability(Stable)
        public void setWithOptional​(@NotNull
                                    Boolean value)
      • setWithOptional

        @Stability(Stable)
        public void setWithOptional​(@NotNull
                                    com.hashicorp.cdktf.IResolvable value)
      • getWithUpdate

        @Stability(Stable)
        @NotNull
        public Object getWithUpdate()
      • setWithUpdate

        @Stability(Stable)
        public void setWithUpdate​(@NotNull
                                  Boolean value)
      • setWithUpdate

        @Stability(Stable)
        public void setWithUpdate​(@NotNull
                                  com.hashicorp.cdktf.IResolvable value)