Interface ComputeReservationSpecificReservationInstancePropertiesGuestAccelerators
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeReservationSpecificReservationInstancePropertiesGuestAccelerators.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.896Z") @Stability(Stable) public interface ComputeReservationSpecificReservationInstancePropertiesGuestAccelerators extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeReservationSpecificReservationInstancePropertiesGuestAccelerators.Builderstatic classComputeReservationSpecificReservationInstancePropertiesGuestAccelerators.Jsii$ProxyAn implementation forComputeReservationSpecificReservationInstancePropertiesGuestAccelerators
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeReservationSpecificReservationInstancePropertiesGuestAccelerators.Builderbuilder()NumbergetAcceleratorCount()The number of the guest accelerator cards exposed to this instance.StringgetAcceleratorType()The full or partial URL of the accelerator type to attach to this instance.
-
-
-
Method Detail
-
getAcceleratorCount
@Stability(Stable) @NotNull Number getAcceleratorCount()
The number of the guest accelerator cards exposed to this instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_reservation#accelerator_count ComputeReservation#accelerator_count}
-
getAcceleratorType
@Stability(Stable) @NotNull String getAcceleratorType()
The full or partial URL of the accelerator type to attach to this instance. For example: 'projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100'.If you are creating an instance template, specify only the accelerator name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_reservation#accelerator_type ComputeReservation#accelerator_type}
-
builder
@Stability(Stable) static ComputeReservationSpecificReservationInstancePropertiesGuestAccelerators.Builder builder()
-
-