Interface OsConfigPatchDeploymentRolloutDisruptionBudget
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentRolloutDisruptionBudget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.301Z") @Stability(Stable) public interface OsConfigPatchDeploymentRolloutDisruptionBudget extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentRolloutDisruptionBudget.BuilderA builder forOsConfigPatchDeploymentRolloutDisruptionBudgetstatic classOsConfigPatchDeploymentRolloutDisruptionBudget.Jsii$ProxyAn implementation forOsConfigPatchDeploymentRolloutDisruptionBudget
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentRolloutDisruptionBudget.Builderbuilder()default NumbergetFixed()Specifies a fixed value.default NumbergetPercentage()Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
-
-
-
Method Detail
-
getFixed
@Stability(Stable) @Nullable default Number getFixed()
Specifies 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}
-
getPercentage
@Stability(Stable) @Nullable default Number getPercentage()
Specifies 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}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentRolloutDisruptionBudget.Builder builder()
-
-