Interface SpannerInstanceAutoscalingConfigAutoscalingTargets

    • Method Detail

      • getHighPriorityCpuUtilizationPercent

        @Stability(Stable)
        @Nullable
        default Number getHighPriorityCpuUtilizationPercent()
        Specifies the target high priority cpu utilization percentage that the autoscaler should be trying to achieve for the instance.

        This number is on a scale from 0 (no utilization) to 100 (full utilization).. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance#high_priority_cpu_utilization_percent SpannerInstance#high_priority_cpu_utilization_percent}

      • getStorageUtilizationPercent

        @Stability(Stable)
        @Nullable
        default Number getStorageUtilizationPercent()
        Specifies the target storage utilization percentage that the autoscaler should be trying to achieve for the instance.

        This number is on a scale from 0 (no utilization) to 100 (full utilization). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance#storage_utilization_percent SpannerInstance#storage_utilization_percent}