Class OsConfigPatchDeploymentPatchConfigZypper.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigZypper.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentPatchConfigZypper,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigZypper
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentPatchConfigZypper.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentPatchConfigZypper
An implementation forOsConfigPatchDeploymentPatchConfigZypper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigZypper
OsConfigPatchDeploymentPatchConfigZypper.Builder, OsConfigPatchDeploymentPatchConfigZypper.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentPatchConfigZypper.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigZypper.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getCategories()Install only patches with these categories.List<String>getExcludes()List of packages to exclude from update.List<String>getExclusivePatches()An exclusive list of patches to be updated.List<String>getSeverities()Install only patches with these severities.ObjectgetWithOptional()Adds the --with-optional flag to zypper patch.ObjectgetWithUpdate()Adds the --with-update flag, to zypper patch.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(OsConfigPatchDeploymentPatchConfigZypper.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigZypper.Builder.
-
-
Method Detail
-
getCategories
public final List<String> getCategories()
Description copied from interface:OsConfigPatchDeploymentPatchConfigZypperInstall only patches with these categories. Common categories include security, recommended, and feature.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#categories OsConfigPatchDeployment#categories}
- Specified by:
getCategoriesin interfaceOsConfigPatchDeploymentPatchConfigZypper
-
getExcludes
public final List<String> getExcludes()
Description copied from interface:OsConfigPatchDeploymentPatchConfigZypperList of packages to exclude from update.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#excludes OsConfigPatchDeployment#excludes}
- Specified by:
getExcludesin interfaceOsConfigPatchDeploymentPatchConfigZypper
-
getExclusivePatches
public final List<String> getExclusivePatches()
Description copied from interface:OsConfigPatchDeploymentPatchConfigZypperAn 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:
getExclusivePatchesin interfaceOsConfigPatchDeploymentPatchConfigZypper
-
getSeverities
public final List<String> getSeverities()
Description copied from interface:OsConfigPatchDeploymentPatchConfigZypperInstall 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:
getSeveritiesin interfaceOsConfigPatchDeploymentPatchConfigZypper
-
getWithOptional
public final Object getWithOptional()
Description copied from interface:OsConfigPatchDeploymentPatchConfigZypperAdds the --with-optional flag to zypper patch.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#with_optional OsConfigPatchDeployment#with_optional}
- Specified by:
getWithOptionalin interfaceOsConfigPatchDeploymentPatchConfigZypper
-
getWithUpdate
public final Object getWithUpdate()
Description copied from interface:OsConfigPatchDeploymentPatchConfigZypperAdds the --with-update flag, to zypper patch.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#with_update OsConfigPatchDeployment#with_update}
- Specified by:
getWithUpdatein interfaceOsConfigPatchDeploymentPatchConfigZypper
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-