Class OsConfigPatchDeploymentRolloutDisruptionBudget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRolloutDisruptionBudget.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentRolloutDisruptionBudget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentRolloutDisruptionBudget
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentRolloutDisruptionBudget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentRolloutDisruptionBudget
An implementation forOsConfigPatchDeploymentRolloutDisruptionBudget
-
-
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.OsConfigPatchDeploymentRolloutDisruptionBudget
OsConfigPatchDeploymentRolloutDisruptionBudget.Builder, OsConfigPatchDeploymentRolloutDisruptionBudget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentRolloutDisruptionBudget.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRolloutDisruptionBudget.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)NumbergetFixed()Specifies a fixed value.NumbergetPercentage()Specifies the relative value defined as a percentage, which will be multiplied by a reference value.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(OsConfigPatchDeploymentRolloutDisruptionBudget.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRolloutDisruptionBudget.Builder.
-
-
Method Detail
-
getFixed
public final Number getFixed()
Description copied from interface:OsConfigPatchDeploymentRolloutDisruptionBudgetSpecifies a fixed value.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#fixed OsConfigPatchDeployment#fixed}
- Specified by:
getFixedin interfaceOsConfigPatchDeploymentRolloutDisruptionBudget
-
getPercentage
public final Number getPercentage()
Description copied from interface:OsConfigPatchDeploymentRolloutDisruptionBudgetSpecifies the relative value defined as a percentage, which will be multiplied by a reference value.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#percentage OsConfigPatchDeployment#percentage}
- Specified by:
getPercentagein interfaceOsConfigPatchDeploymentRolloutDisruptionBudget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-