Interface DataprocClusterClusterConfigGceClusterConfigReservationAffinity

    • Method Detail

      • getConsumeReservationType

        @Stability(Stable)
        @Nullable
        default String getConsumeReservationType()
        Type of reservation to consume.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#consume_reservation_type DataprocCluster#consume_reservation_type}

      • getKey

        @Stability(Stable)
        @Nullable
        default String getKey()
        Corresponds to the label key of reservation resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#key DataprocCluster#key}

      • getValues

        @Stability(Stable)
        @Nullable
        default List<String> getValues()
        Corresponds to the label values of reservation resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#values DataprocCluster#values}