minCpuPlatform property

String? minCpuPlatform
getter/setter pair

Minimum cpu/platform to be used by instances.

The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.

Implementation

core.String? minCpuPlatform;