Class OsConfigPatchDeploymentPatchConfigWindowsUpdate.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigWindowsUpdate.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentPatchConfigWindowsUpdate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigWindowsUpdate
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentPatchConfigWindowsUpdate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentPatchConfigWindowsUpdate
An implementation forOsConfigPatchDeploymentPatchConfigWindowsUpdate
-
-
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.OsConfigPatchDeploymentPatchConfigWindowsUpdate
OsConfigPatchDeploymentPatchConfigWindowsUpdate.Builder, OsConfigPatchDeploymentPatchConfigWindowsUpdate.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentPatchConfigWindowsUpdate.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigWindowsUpdate.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>getClassifications()Only apply updates of these windows update classifications.List<String>getExcludes()List of KBs to exclude from update.List<String>getExclusivePatches()An exclusive list of kbs to be updated.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(OsConfigPatchDeploymentPatchConfigWindowsUpdate.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigWindowsUpdate.Builder.
-
-
Method Detail
-
getClassifications
public final List<String> getClassifications()
Description copied from interface:OsConfigPatchDeploymentPatchConfigWindowsUpdateOnly apply updates of these windows update classifications.If empty, all updates are applied. Possible values: ["CRITICAL", "SECURITY", "DEFINITION", "DRIVER", "FEATURE_PACK", "SERVICE_PACK", "TOOL", "UPDATE_ROLLUP", "UPDATE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#classifications OsConfigPatchDeployment#classifications}
- Specified by:
getClassificationsin interfaceOsConfigPatchDeploymentPatchConfigWindowsUpdate
-
getExcludes
public final List<String> getExcludes()
Description copied from interface:OsConfigPatchDeploymentPatchConfigWindowsUpdateList of KBs 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 interfaceOsConfigPatchDeploymentPatchConfigWindowsUpdate
-
getExclusivePatches
public final List<String> getExclusivePatches()
Description copied from interface:OsConfigPatchDeploymentPatchConfigWindowsUpdateAn exclusive list of kbs to be updated.These are the only patches that will be updated. This field must not be used with other patch configurations. 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 interfaceOsConfigPatchDeploymentPatchConfigWindowsUpdate
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-