Interface NotebooksInstanceReservationAffinity

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    NotebooksInstanceReservationAffinity.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.181Z")
    @Stability(Stable)
    public interface NotebooksInstanceReservationAffinity
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getConsumeReservationType

        @Stability(Stable)
        @NotNull
        String getConsumeReservationType()
        The type of Compute Reservation. Possible values: ["NO_RESERVATION", "ANY_RESERVATION", "SPECIFIC_RESERVATION"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_instance#consume_reservation_type NotebooksInstance#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/notebooks_instance#key NotebooksInstance#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/notebooks_instance#values NotebooksInstance#values}