InstanceGuestAccelerator

data class InstanceGuestAccelerator(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 GCE disk type. Such as pd-standard, pd-balanced or pd-ssd.