//一个布尔值,指示设备是否配置为无头
var isHeadless: Bool
A Boolean value that indicates whether a device is configured as headless.
Required.
//一个布尔值,指示设备是否为低功耗
var isLowPower: Bool
A Boolean value that indicates whether a device is low-power.
Required.
//一个布尔值,用于确定GPU是否可移动。
var isRemovable: Bool
A Boolean value that determines whether or not a GPU is removable.
Required.
//设备的注册表ID值。
var registryID: UInt64
The registry ID value for the device.
Required.
//设备的名称
var name: String
The name of the device.
Required.