{
"bmc.dev.PCIeDevice": {
"properties": {
"DeviceName": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "设备资源名称"
},
"Location": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "当前PCIe的物理位置,如PCieRiser1,ExpBoard等"
},
"Slot": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIe设备的物理槽位号"
},
"SocketId": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIe设备所属CPU ID"
},
"SystemId": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIe设备所属系统ID"
},
"Bus": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIe Root Port的总线号"
},
"Device": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIe Root Port的设备号"
},
"Function": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIe Root Port的功能号"
},
"SlotType": {
"baseType": "String",
"readOnly": false,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIe设备所在槽位的类型"
},
"DeviceType": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIe设备类型"
},
"Model": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIE标卡产品型号"
},
"Manufacturer": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "厂商"
},
"PartNumber": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "部件编码"
},
"SerialNumber": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "序列号"
},
"FirmwareVersion": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "PCIE标卡的固件版本号"
}
},
"methods": {
"SetRootBDF": {
"req": {
"Bus": {
"baseType": "U8"
},
"Device": {
"baseType": "U8"
},
"Function": {
"baseType": "U8"
}
},
"rsp": {},
"description": "设置PCIe设备的RootBDF"
}
}
}
}