Class ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_autoscaler.ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionAutoscalerAutoscalingPolicyScaleInControl,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionAutoscalerAutoscalingPolicyScaleInControl
@Stability(Stable) @Internal public static final class ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionAutoscalerAutoscalingPolicyScaleInControl
An implementation forComputeRegionAutoscalerAutoscalingPolicyScaleInControl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_region_autoscaler.ComputeRegionAutoscalerAutoscalingPolicyScaleInControl
ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Builder, ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasgetMaxScaledInReplicas()max_scaled_in_replicas block.NumbergetTimeWindowSec()How long back autoscaling should look when computing recommendations to include directives regarding slower scale down, as described above.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionAutoscalerAutoscalingPolicyScaleInControl.Builder.
-
-
Method Detail
-
getMaxScaledInReplicas
public final ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas getMaxScaledInReplicas()
Description copied from interface:ComputeRegionAutoscalerAutoscalingPolicyScaleInControlmax_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}
- Specified by:
getMaxScaledInReplicasin interfaceComputeRegionAutoscalerAutoscalingPolicyScaleInControl
-
getTimeWindowSec
public final Number getTimeWindowSec()
Description copied from interface:ComputeRegionAutoscalerAutoscalingPolicyScaleInControlHow 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}
- Specified by:
getTimeWindowSecin interfaceComputeRegionAutoscalerAutoscalingPolicyScaleInControl
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-