Interface ContainerClusterClusterAutoscalingResourceLimits

    • Method Detail

      • getResourceType

        @Stability(Stable)
        @NotNull
        String getResourceType()
        The type of the resource.

        For example, cpu and memory. See the guide to using Node Auto-Provisioning for a list of types. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#resource_type ContainerCluster#resource_type}

      • getMaximum

        @Stability(Stable)
        @Nullable
        default Number getMaximum()
        Maximum amount of the resource in the cluster.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#maximum ContainerCluster#maximum}

      • getMinimum

        @Stability(Stable)
        @Nullable
        default Number getMinimum()
        Minimum amount of the resource in the cluster.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#minimum ContainerCluster#minimum}