InstanceTemplateGuestAccelerator

data class InstanceTemplateGuestAccelerator(val count: Int, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

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

Link copied to clipboard

The type of GCE disk, can be either "SCRATCH" or "PERSISTENT".