InstanceGuestAcceleratorArgs

data class InstanceGuestAcceleratorArgs(val count: Output<Int>, val type: Output<String>) : ConvertibleToJava<InstanceGuestAcceleratorArgs>

Constructors

Link copied to clipboard
constructor(count: Output<Int>, type: Output<String>)

Properties

Link copied to clipboard
val count: Output<Int>

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

Link copied to clipboard
val type: Output<String>

The accelerator type resource to expose to this instance. E.g. nvidia-tesla-k80.

Functions

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