Class ComputeAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_autoscaler.ComputeAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeAutoscalerAutoscalingPolicyScaleInControl,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeAutoscalerAutoscalingPolicyScaleInControl
@Stability(Stable) @Internal public static final class ComputeAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeAutoscalerAutoscalingPolicyScaleInControl
An implementation forComputeAutoscalerAutoscalingPolicyScaleInControl
-
-
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_autoscaler.ComputeAutoscalerAutoscalingPolicyScaleInControl
ComputeAutoscalerAutoscalingPolicyScaleInControl.Builder, ComputeAutoscalerAutoscalingPolicyScaleInControl.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeAutoscalerAutoscalingPolicyScaleInControl.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeAutoscalerAutoscalingPolicyScaleInControl.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)ComputeAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasgetMaxScaledInReplicas()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(ComputeAutoscalerAutoscalingPolicyScaleInControl.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeAutoscalerAutoscalingPolicyScaleInControl.Builder.
-
-
Method Detail
-
getMaxScaledInReplicas
public final ComputeAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas getMaxScaledInReplicas()
Description copied from interface:ComputeAutoscalerAutoscalingPolicyScaleInControlmax_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}
- Specified by:
getMaxScaledInReplicasin interfaceComputeAutoscalerAutoscalingPolicyScaleInControl
-
getTimeWindowSec
public final Number getTimeWindowSec()
Description copied from interface:ComputeAutoscalerAutoscalingPolicyScaleInControlHow 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}
- Specified by:
getTimeWindowSecin interfaceComputeAutoscalerAutoscalingPolicyScaleInControl
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-