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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotebooksInstanceReservationAffinity.BuilderA builder forNotebooksInstanceReservationAffinitystatic classNotebooksInstanceReservationAffinity.Jsii$ProxyAn implementation forNotebooksInstanceReservationAffinity
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NotebooksInstanceReservationAffinity.Builderbuilder()StringgetConsumeReservationType()The type of Compute Reservation.default StringgetKey()Corresponds to the label key of reservation resource.default List<String>getValues()Corresponds to the label values of reservation resource.
-
-
-
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}
-
builder
@Stability(Stable) static NotebooksInstanceReservationAffinity.Builder builder()
-
-