Skip to main content

DmInterfaceModelSupport

**Experimental** Support details for an interface across a set of models (devices or boards).

type DmInterfaceModelSupport {
statistics: DmInstanceStatistics!
supported(
deviceMpn: String
family: String
): [DmModelSupportEntry!]!
supportedCount: Int!
supportedPercentage: Float!
unsupported(
deviceMpn: String
family: String
): [DmModelSupportEntry!]!
}

Fields

DmInterfaceModelSupport.statistics ● DmInstanceStatistics! non-null object

**Experimental** Statistics on instance counts across supported models.

DmInterfaceModelSupport.supported ● [DmModelSupportEntry!]! non-null object

**Experimental** Models that support this interface. Supports filtering by deviceMpn and/or family.

DmInterfaceModelSupport.supported.deviceMpn ● String scalar
DmInterfaceModelSupport.supported.family ● String scalar

DmInterfaceModelSupport.supportedCount ● Int! non-null scalar

**Experimental** Number of models that support this interface.

DmInterfaceModelSupport.supportedPercentage ● Float! non-null scalar

**Experimental** Percentage of models that support this interface.

DmInterfaceModelSupport.unsupported ● [DmModelSupportEntry!]! non-null object

**Experimental** Models that do not support this interface. Supports filtering by deviceMpn and/or family.

DmInterfaceModelSupport.unsupported.deviceMpn ● String scalar
DmInterfaceModelSupport.unsupported.family ● String scalar