Skip to main content

DmModelSupportEntry

**Experimental** Support entry for a device or board, showing max instance count and access to the full model.

type DmModelSupportEntry {
maxInstances: Int!
model: DmFullStackDeviceModel!
}

Fields

DmModelSupportEntry.maxInstances ● Int! non-null scalar

**Experimental** Maximum number of candidate instances this model supports for the interface.

DmModelSupportEntry.model ● DmFullStackDeviceModel! non-null object

**Experimental** Full device or board model.