Class ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_autoscaler.ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas
@Stability(Stable) @Internal public static final class ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas
An implementation forComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas
-
-
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.ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas
ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder, ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.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)NumbergetFixed()Specifies a fixed number of VM instances.NumbergetPercent()Specifies a percentage of instances between 0 to 100%, inclusive.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(ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.Builder.
-
-
Method Detail
-
getFixed
public final Number getFixed()
Description copied from interface:ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasSpecifies 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}
- Specified by:
getFixedin interfaceComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas
-
getPercent
public final Number getPercent()
Description copied from interface:ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasSpecifies 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}
- Specified by:
getPercentin interfaceComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-