minCpuPlatform property

String? minCpuPlatform
final

Specifies aminimum CPU platform for the VM instance. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge".

Implementation

final String? minCpuPlatform;