Interface ComputeRegionInstanceTemplateGuestAccelerator
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionInstanceTemplateGuestAccelerator.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.771Z") @Stability(Stable) public interface ComputeRegionInstanceTemplateGuestAccelerator extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionInstanceTemplateGuestAccelerator.BuilderA builder forComputeRegionInstanceTemplateGuestAcceleratorstatic classComputeRegionInstanceTemplateGuestAccelerator.Jsii$ProxyAn implementation forComputeRegionInstanceTemplateGuestAccelerator
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeRegionInstanceTemplateGuestAccelerator.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_region_instance_template#count ComputeRegionInstanceTemplate#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_region_instance_template#type ComputeRegionInstanceTemplate#type}
-
builder
@Stability(Stable) static ComputeRegionInstanceTemplateGuestAccelerator.Builder builder()
-
-