Class SpannerInstanceAutoscalingConfigAutoscalingLimitsOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.762Z")
    @Stability(Stable)
    public class SpannerInstanceAutoscalingConfigAutoscalingLimitsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • SpannerInstanceAutoscalingConfigAutoscalingLimitsOutputReference

        protected SpannerInstanceAutoscalingConfigAutoscalingLimitsOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • SpannerInstanceAutoscalingConfigAutoscalingLimitsOutputReference

        protected SpannerInstanceAutoscalingConfigAutoscalingLimitsOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • SpannerInstanceAutoscalingConfigAutoscalingLimitsOutputReference

        @Stability(Stable)
        public SpannerInstanceAutoscalingConfigAutoscalingLimitsOutputReference​(@NotNull
                                                                                com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                @NotNull
                                                                                String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetMaxNodes

        @Stability(Stable)
        public void resetMaxNodes()
      • resetMaxProcessingUnits

        @Stability(Stable)
        public void resetMaxProcessingUnits()
      • resetMinNodes

        @Stability(Stable)
        public void resetMinNodes()
      • resetMinProcessingUnits

        @Stability(Stable)
        public void resetMinProcessingUnits()
      • getMaxNodesInput

        @Stability(Stable)
        @Nullable
        public Number getMaxNodesInput()
      • getMaxProcessingUnitsInput

        @Stability(Stable)
        @Nullable
        public Number getMaxProcessingUnitsInput()
      • getMinNodesInput

        @Stability(Stable)
        @Nullable
        public Number getMinNodesInput()
      • getMinProcessingUnitsInput

        @Stability(Stable)
        @Nullable
        public Number getMinProcessingUnitsInput()
      • getMaxNodes

        @Stability(Stable)
        @NotNull
        public Number getMaxNodes()
      • setMaxNodes

        @Stability(Stable)
        public void setMaxNodes​(@NotNull
                                Number value)
      • getMaxProcessingUnits

        @Stability(Stable)
        @NotNull
        public Number getMaxProcessingUnits()
      • setMaxProcessingUnits

        @Stability(Stable)
        public void setMaxProcessingUnits​(@NotNull
                                          Number value)
      • getMinNodes

        @Stability(Stable)
        @NotNull
        public Number getMinNodes()
      • setMinNodes

        @Stability(Stable)
        public void setMinNodes​(@NotNull
                                Number value)
      • getMinProcessingUnits

        @Stability(Stable)
        @NotNull
        public Number getMinProcessingUnits()
      • setMinProcessingUnits

        @Stability(Stable)
        public void setMinProcessingUnits​(@NotNull
                                          Number value)