DmFspProvides
**Experimental** Represents an interface provided by an FSP module.
type DmFspProvides {
external: Boolean!
instances: [String!]!
interface: String!
interfaceBase: String!
}
Fields
DmFspProvides.external ● Boolean! non-null scalar
**Experimental** Indicates whether this provided interface is external to the device.
DmFspProvides.instances ● [String!]! non-null scalar
**Experimental** List of instance names for the provided interface.
DmFspProvides.interface ● String! non-null scalar
**Experimental** Fully qualified name of the provided interface.
DmFspProvides.interfaceBase ● String! non-null scalar
**Experimental** Base or canonical name of the provided interface.