VnfExtCpData

VnfExtCpData
VnfExtCpData

This type represents configuration information for external CPs created from a CPD.

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

cpdId

cpConfig
Optional

List of instance data that need to be configured on the CP instances created from the respective CPD.