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 Specifying a Minimum CPU Platform.

Implementation

core.String? minCpuPlatform;