Interface MonitoringSloWindowsBasedSliMetricSumInRangeRange

    • Method Detail

      • getMax

        @Stability(Stable)
        @Nullable
        default Number getMax()
        max value for the range (inclusive). If not given, will be set to "infinity", defining an open range ">= range.min".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#max MonitoringSlo#max}

      • getMin

        @Stability(Stable)
        @Nullable
        default Number getMin()
        Min value for the range (inclusive). If not given, will be set to "-infinity", defining an open range "< range.max".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#min MonitoringSlo#min}