{
    "bmc.kepler.Systems.OpticalModule.RelatedItems": {
        "properties": {
            "NetworkPortLanes": {
                "baseType": "Array",
                "items": {
                    "$ref": "#/defs/RelatedNetworkPortLane"
                },
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "该光模块关联网口的ID以及关联网口的通道ID。数组元素的第1个参数表示网口逻辑ID,第2个参数表示网口通道ID。举例:[(1,1),(2,2),(1,3),(2,4)]表示该光模块关联当前网卡下第1个网口的通道1、第2个网口的通道2、第1个网口的通道3、第2个网口的通道4"
            },
            "ProcessorPortLanes": {
                "baseType": "Array",
                "items": {
                    "$ref": "#/defs/RelatedProcessorPortLane"
                },
                "readOnly": true,
                "options": {
                    "emitsChangedSignal": "false"
                },
                "description": "该光模块关联处理器端口,四个参数依次表示处理器的类型、处理器Id、端口的ID以及关联端口的通道ID。举例:[('CPU',1,1,1),('NPU',2,4,2)]表示该光模块的两个通道依次关联当前系统下Id为1的CPU的第1个端口的通道1、Id为2的NPU的第4个端口的通道1"
            }
        }
    },
    "defs": {
        "RelatedNetworkPortLane": {
            "NetworkPortId": {
                "baseType": "U8",
                "readOnly": true,
                "description": "网口逻辑ID"
            },
            "NetworkPortLaneId": {
                "baseType": "U8",
                "readOnly": true,
                "description": "网口通道ID"
            }
        },
        "RelatedProcessorPortLane": {
            "ProcessorType": {
                "baseType": "String",
                "readOnly": true,
                "description": "处理器类型"
            },
            "ProcessorId": {
                "baseType": "U8",
                "readOnly": true,
                "description": "处理器逻辑Id"
            },
            "PortId": {
                "baseType": "U8",
                "readOnly": true,
                "description": "端口ID"
            },
            "PortLaneId": {
                "baseType": "U8",
                "readOnly": true,
                "description": "端口通道ID"
            }
        }
    }
}