CpProtocolInfo

CpProtocolInfo
CpProtocolInfo

This type describes the protocol layer(s) that a CP uses together with protocol-related information, like addresses.

JSON Example
{
    "layerProtocol": "string",
    "ipOverEthernet": {
        "macAddress": "string",
        "ipAddresses": [
            {
                "type": "string",
                "addresses": [
                    "string"
                ],
                "isDynamic": false,
                "addressRange": {
                    "minAddress": "string",
                    "maxAddress": "string"
                },
                "subnetId": "string"
            }
        ]
    }
}
string
layerProtocol
Required

The identifier of layer(s) and protocol(s) associated to the network address information. Permitted values: IP_OVER_ETHERNET 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