Interface ComputeInstanceTemplateGuestAccelerator
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceTemplateGuestAccelerator.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.554Z") @Stability(Stable) public interface ComputeInstanceTemplateGuestAccelerator extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceTemplateGuestAccelerator.BuilderA builder forComputeInstanceTemplateGuestAcceleratorstatic classComputeInstanceTemplateGuestAccelerator.Jsii$ProxyAn implementation forComputeInstanceTemplateGuestAccelerator
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeInstanceTemplateGuestAccelerator.Builderbuilder()NumbergetCount()The number of the guest accelerator cards exposed to this instance.StringgetType()The accelerator type resource to expose to this instance.
-
-
-
Method Detail
-
getCount
@Stability(Stable) @NotNull Number getCount()
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_instance_template#count ComputeInstanceTemplate#count}
-
getType
@Stability(Stable) @NotNull String getType()
The accelerator type resource to expose to this instance. E.g. nvidia-tesla-k80.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#type ComputeInstanceTemplate#type}
-
builder
@Stability(Stable) static ComputeInstanceTemplateGuestAccelerator.Builder builder()
-
-