RegionInstanceTemplateGuestAcceleratorArgs

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

Constructors

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 type of GCE disk, can be either "SCRATCH" or "PERSISTENT".

Functions

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