Interface ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.677Z") @Stability(Stable) public interface ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builderstatic classComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Jsii$ProxyAn implementation forComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builderbuilder()default NumbergetFixed()Specifies a fixed number of VM instances.default NumbergetPercent()Specifies a percentage of instances between 0 to 100%, inclusive.
-
-
-
Method Detail
-
getFixed
@Stability(Stable) @Nullable default Number getFixed()
Specifies a fixed number of VM instances. This must be a positive integer.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_autoscaler#fixed ComputeRegionAutoscaler#fixed}
-
getPercent
@Stability(Stable) @Nullable default Number getPercent()
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_autoscaler#percent ComputeRegionAutoscaler#percent}
-
builder
@Stability(Stable) static ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder builder()
-
-