CpProtocolData

CpProtocolData
CpProtocolData

This type represents network protocol data.

JSON Example
{
    "layerProtocol": "string",
    "ipOverEthernet": {
        "macAddress": "string",
        "ipAddresses": [
            {
                "type": "string",
                "fixedAddresses": [
                    "string"
                ],
                "numDynamicAddresses": 0,
                "addressRange": {
                    "minAddress": "string",
                    "maxAddress": "string"
                },
                "subnetId": "string"
            }
        ]
    }
}
string
layerProtocol
Required

Identifier of layer(s) and protocol(s). This attribute allows to signal the addition of further types of layer and protocol in future versions of the present document in a backwards-compatible way. In the current version of the present document, only IP over Ethernet is supported.

ipOverEthernet
Optional

ipOverEthernet

Property Of