ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs

data class ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs(val acceleratorCount: Output<Int>, val acceleratorType: Output<String>) : ConvertibleToJava<ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs>

Constructors

constructor(acceleratorCount: Output<Int>, acceleratorType: Output<String>)

Properties

Link copied to clipboard
val acceleratorCount: Output<Int>

The number of the guest accelerator cards exposed to this instance.

Link copied to clipboard
val acceleratorType: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): ReservationSpecificReservationInstancePropertiesGuestAcceleratorArgs