Interface ComputeRegionAutoscalerAutoscalingPolicyScaleInControl
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.677Z") @Stability(Stable) public interface ComputeRegionAutoscalerAutoscalingPolicyScaleInControl extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionAutoscalerAutoscalingPolicyScaleInControl.BuilderA builder forComputeRegionAutoscalerAutoscalingPolicyScaleInControlstatic classComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Jsii$ProxyAn implementation forComputeRegionAutoscalerAutoscalingPolicyScaleInControl
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Builderbuilder()default ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasgetMaxScaledInReplicas()max_scaled_in_replicas block.default NumbergetTimeWindowSec()How long back autoscaling should look when computing recommendations to include directives regarding slower scale down, as described above.
-
-
-
Method Detail
-
getMaxScaledInReplicas
@Stability(Stable) @Nullable default ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas getMaxScaledInReplicas()
max_scaled_in_replicas block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_autoscaler#max_scaled_in_replicas ComputeRegionAutoscaler#max_scaled_in_replicas}
-
getTimeWindowSec
@Stability(Stable) @Nullable default Number getTimeWindowSec()
How long back autoscaling should look when computing recommendations to include directives regarding slower scale down, as described above.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_autoscaler#time_window_sec ComputeRegionAutoscaler#time_window_sec}
-
builder
@Stability(Stable) static ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Builder builder()
-
-