Interface OsConfigPatchDeploymentRollout
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentRollout.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.301Z") @Stability(Stable) public interface OsConfigPatchDeploymentRollout extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentRollout.BuilderA builder forOsConfigPatchDeploymentRolloutstatic classOsConfigPatchDeploymentRollout.Jsii$ProxyAn implementation forOsConfigPatchDeploymentRollout
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static OsConfigPatchDeploymentRollout.Builderbuilder()OsConfigPatchDeploymentRolloutDisruptionBudgetgetDisruptionBudget()disruption_budget block.StringgetMode()Mode of the patch rollout.
-
-
-
Method Detail
-
getDisruptionBudget
@Stability(Stable) @NotNull OsConfigPatchDeploymentRolloutDisruptionBudget getDisruptionBudget()
disruption_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}
-
getMode
@Stability(Stable) @NotNull String getMode()
Mode 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}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentRollout.Builder builder()
-
-