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). Permitted values: IP_OVER_ETHERNET.