Class OsConfigPatchDeploymentRollout.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRollout.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentRollout,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentRollout
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentRollout.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentRollout
An implementation forOsConfigPatchDeploymentRollout
-
-
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.OsConfigPatchDeploymentRollout
OsConfigPatchDeploymentRollout.Builder, OsConfigPatchDeploymentRollout.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentRollout.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRollout.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)OsConfigPatchDeploymentRolloutDisruptionBudgetgetDisruptionBudget()disruption_budget block.StringgetMode()Mode of the patch rollout.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(OsConfigPatchDeploymentRollout.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRollout.Builder.
-
-
Method Detail
-
getDisruptionBudget
public final OsConfigPatchDeploymentRolloutDisruptionBudget getDisruptionBudget()
Description copied from interface:OsConfigPatchDeploymentRolloutdisruption_budget block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#disruption_budget OsConfigPatchDeployment#disruption_budget}
- Specified by:
getDisruptionBudgetin interfaceOsConfigPatchDeploymentRollout
-
getMode
public final String getMode()
Description copied from interface:OsConfigPatchDeploymentRolloutMode of the patch rollout. Possible values: ["ZONE_BY_ZONE", "CONCURRENT_ZONES"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#mode OsConfigPatchDeployment#mode}
- Specified by:
getModein interfaceOsConfigPatchDeploymentRollout
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-