Interface OsConfigOsPolicyAssignmentRolloutDisruptionBudget
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentRolloutDisruptionBudget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.281Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentRolloutDisruptionBudget extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentRolloutDisruptionBudget.BuilderA builder forOsConfigOsPolicyAssignmentRolloutDisruptionBudgetstatic classOsConfigOsPolicyAssignmentRolloutDisruptionBudget.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentRolloutDisruptionBudget
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentRolloutDisruptionBudget.Builderbuilder()default NumbergetFixed()Specifies a fixed value.default NumbergetPercent()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_os_policy_assignment#fixed OsConfigOsPolicyAssignment#fixed}
-
getPercent
@Stability(Stable) @Nullable default Number getPercent()
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_os_policy_assignment#percent OsConfigOsPolicyAssignment#percent}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentRolloutDisruptionBudget.Builder builder()
-
-