ModifyPnfData

ModifyPnfData
ModifyPnfData

This type specifies an PNF to be modified in the NS instance. It shall comply with the provisions defined in Table 6.5.3.15-1.

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

pnfId

string
pnfName
Optional

Name of the PNF.

cpData
Optional

Address assigned for the PNF external CP(s).

Property Of