VnfExtCpInfo

VnfExtCpInfo
VnfExtCpInfo

This type represents information about an external CP of a VNF. It shall comply with the provisions defined in table 5.5.3.25 1.

JSON Example
{
    "id": "string",
    "cpdId": "string",
    "cpProtocolInfo": [
        {
            "layerProtocol": "string",
            "ipOverEthernet": {
                "macAddress": "string",
                "ipAddresses": [
                    {
                        "type": "string",
                        "addresses": [
                            "string"
                        ],
                        "isDynamic": false,
                        "addressRange": {
                            "minAddress": "string",
                            "maxAddress": "string"
                        },
                        "subnetId": "string"
                    }
                ]
            }
        }
    ],
    "extLinkPortId": "string",
    "associatedVnfcCpId": "string",
    "associatedVnfVirtualLinkId": "string"
}
id
Required

id

cpdId
Required

cpdId

cpProtocolInfo
Required

Network protocol information for this CP.

extLinkPortId
Optional

extLinkPortId

metadata
Optional

metadata

associatedVnfcCpId
Optional

associatedVnfcCpId

associatedVnfVirtualLinkId
Optional

associatedVnfVirtualLinkId