ReservationSpecificReservationInstanceProperties

Constructors

constructor(guestAccelerators: List<ReservationSpecificReservationInstancePropertiesGuestAccelerator>? = null, localSsds: List<ReservationSpecificReservationInstancePropertiesLocalSsd>? = null, machineType: String, minCpuPlatform: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Guest accelerator type and count. Structure is documented below.

Link copied to clipboard

The amount of local ssd to reserve with each instance. This reserves disks of type local-ssd. Structure is documented below.

Link copied to clipboard

The name of the machine type to reserve.

Link copied to clipboard
val minCpuPlatform: String? = null

The minimum CPU platform for the reservation. For example, "Intel Skylake". See the CPU platform availability reference](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones) for information on available CPU platforms.