minCpuPlatform property

String? minCpuPlatform
getter/setter pair

Specifies a minimum 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

core.String? minCpuPlatform;