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
    • 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}