OCIPlatform

constructor(architecture: String? = null, os: String? = null, osVersion: String? = null, osFeatures: List<String>? = null, variant: String? = null)

Parameters

architecture

The CPU architecture, for example amd64 or ppc64.

os

The operating system, for example linux or windows.

osVersion

Optional field specifying the operating system version, for example on Windows 10.0.19041.1165.

osFeatures

Optional field specifying an array of strings, each listing a required OS feature (for example on Windows win32k).

variant

Optional field specifying a variant of the CPU, for example v7 to specify ARMv7 when architecture is arm.