Interface ComputeInstanceReservationAffinitySpecificReservation
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceReservationAffinitySpecificReservation.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.475Z") @Stability(Stable) public interface ComputeInstanceReservationAffinitySpecificReservation extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceReservationAffinitySpecificReservation.BuilderA builder forComputeInstanceReservationAffinitySpecificReservationstatic classComputeInstanceReservationAffinitySpecificReservation.Jsii$ProxyAn implementation forComputeInstanceReservationAffinitySpecificReservation
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeInstanceReservationAffinitySpecificReservation.Builderbuilder()StringgetKey()Corresponds to the label key of a reservation resource.List<String>getValues()Corresponds to the label values of a reservation resource.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull String getKey()
Corresponds to the label key of a reservation resource.To target a SPECIFIC_RESERVATION by name, specify compute.googleapis.com/reservation-name as the key and specify the name of your reservation as the only value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#key ComputeInstance#key}
-
getValues
@Stability(Stable) @NotNull List<String> getValues()
Corresponds to the label values of a reservation resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#values ComputeInstance#values}
-
builder
@Stability(Stable) static ComputeInstanceReservationAffinitySpecificReservation.Builder builder()
-
-