Interface SpannerInstanceAutoscalingConfigAutoscalingLimits

    • Method Detail

      • getMaxNodes

        @Stability(Stable)
        @Nullable
        default Number getMaxNodes()
        Specifies maximum number of nodes allocated to the instance.

        If set, this number should be greater than or equal to min_nodes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance#max_nodes SpannerInstance#max_nodes}

      • getMaxProcessingUnits

        @Stability(Stable)
        @Nullable
        default Number getMaxProcessingUnits()
        Specifies maximum number of processing units allocated to the instance.

        If set, this number should be multiples of 1000 and be greater than or equal to min_processing_units. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance#max_processing_units SpannerInstance#max_processing_units}

      • getMinNodes

        @Stability(Stable)
        @Nullable
        default Number getMinNodes()
        Specifies number of nodes allocated to the instance. If set, this number should be greater than or equal to 1.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance#min_nodes SpannerInstance#min_nodes}

      • getMinProcessingUnits

        @Stability(Stable)
        @Nullable
        default Number getMinProcessingUnits()
        Specifies minimum number of processing units allocated to the instance. If set, this number should be multiples of 1000.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance#min_processing_units SpannerInstance#min_processing_units}