Class OsConfigPatchDeploymentPatchConfigZypper.Jsii$Proxy

    • Method Detail

      • getExclusivePatches

        public final List<String> getExclusivePatches()
        Description copied from interface: OsConfigPatchDeploymentPatchConfigZypper
        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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#exclusive_patches OsConfigPatchDeployment#exclusive_patches}

        Specified by:
        getExclusivePatches in interface OsConfigPatchDeploymentPatchConfigZypper
      • getSeverities

        public final List<String> getSeverities()
        Description copied from interface: OsConfigPatchDeploymentPatchConfigZypper
        Install only patches with these severities. Common severities include critical, important, moderate, and low.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#severities OsConfigPatchDeployment#severities}

        Specified by:
        getSeverities in interface OsConfigPatchDeploymentPatchConfigZypper
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object