Interface ComputeAutoscalerAutoscalingPolicyScaleInControl
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.293Z") @Stability(Stable) public interface ComputeAutoscalerAutoscalingPolicyScaleInControl extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeAutoscalerAutoscalingPolicyScaleInControl.BuilderA builder forComputeAutoscalerAutoscalingPolicyScaleInControlstatic classComputeAutoscalerAutoscalingPolicyScaleInControl.Jsii$ProxyAn implementation forComputeAutoscalerAutoscalingPolicyScaleInControl
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeAutoscalerAutoscalingPolicyScaleInControl.Builderbuilder()default ComputeAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasgetMaxScaledInReplicas()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 ComputeAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas getMaxScaledInReplicas()
max_scaled_in_replicas block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_autoscaler#max_scaled_in_replicas ComputeAutoscaler#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_autoscaler#time_window_sec ComputeAutoscaler#time_window_sec}
-
builder
@Stability(Stable) static ComputeAutoscalerAutoscalingPolicyScaleInControl.Builder builder()
-
-