{
    "bmc.dev.NVMe": {
        "properties": {
            "Slot": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "槽位号"
            },
            "MediaType": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "介质类型"
            },
            "Protocol": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "接口类型"
            },
            "NegotiatedSpeedGbs": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "协商速率"
            },
            "PredictedMediaLifeLeftPercent": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "剩余寿命"
            },
            "SpareBlockPercentage": {
                "baseType": "U8",
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "空间块百分比"
            }
        },
        "methods": {}
    }
}