{
    "bmc.dev.PCIeDevice.Bandwidth": {
        "properties": {
            "LinkWidthCapability": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "最大链路带宽"
            },
            "LinkWidth": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "链路带宽"
            },
            "LinkSpeedCapability": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "最大链路速率"
            },
            "LinkSpeed": {
                "baseType": "String",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "链路速率"
            },
            "BandwidthThresholdPercent": {
                "baseType": "U16",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "网络带宽占用率门限"
            }
        }
    }
}