PnfExtCpInfo

PnfExtCpInfo
PnfExtCpInfo

This type represents the information about the external CP of the PNF. It shall comply with the provisions defined in Table 6.5.3.17-1.

JSON Example
{
    "cpdId": "cpdId",
    "cpProtocolData": [
        {
            "ipOverEthernet": {
                "macAddress": "macAddress",
                "ipAddresses": [
                    {
                        "fixedAddresses": [
                            null,
                            null
                        ],
                        "subnetId": "subnetId",
                        "addressRange": {
                            "maxAddress": "maxAddress",
                            "minAddress": "minAddress"
                        },
                        "type": "IPV4",
                        "numDynamicAddresses": 6
                    },
                    {
                        "fixedAddresses": [
                            null,
                            null
                        ],
                        "subnetId": "subnetId",
                        "addressRange": {
                            "maxAddress": "maxAddress",
                            "minAddress": "minAddress"
                        },
                        "type": "IPV4",
                        "numDynamicAddresses": 6
                    }
                ]
            },
            "layerProtocol": "IP_OVER_ETHERNET"
        },
        {
            "ipOverEthernet": {
                "macAddress": "macAddress",
                "ipAddresses": [
                    {
                        "fixedAddresses": [
                            null,
                            null
                        ],
                        "subnetId": "subnetId",
                        "addressRange": {
                            "maxAddress": "maxAddress",
                            "minAddress": "minAddress"
                        },
                        "type": "IPV4",
                        "numDynamicAddresses": 6
                    },
                    {
                        "fixedAddresses": [
                            null,
                            null
                        ],
                        "subnetId": "subnetId",
                        "addressRange": {
                            "maxAddress": "maxAddress",
                            "minAddress": "minAddress"
                        },
                        "type": "IPV4",
                        "numDynamicAddresses": 6
                    }
                ]
            },
            "layerProtocol": "IP_OVER_ETHERNET"
        }
    ],
    "cpInstanceId": "cpInstanceId"
}
string
cpInstanceId
Required

An Identifier that is unique within respect to a PNF. Representation: string of variable length.

string
cpdId
Required

An identifier that is unique within a NS descriptor. Representation: string of variable length.

cpProtocolData
Optional

Parameters for configuring the network protocols on the CP.

Property Of