PnfInfo

PnfInfo
PnfInfo

This type represents the information about a PNF that is part of an NS instance. It shall comply with the provisions defined in Table 6.5.3.13-1.

JSON Example
{
    "pnfId": "string",
    "pnfName": "string",
    "pnfdId": "string",
    "pnfdInfoId": "string",
    "pnfProfileId": "string",
    "cpInfo": {
        "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.

pnfdId
Required

pnfdId

pnfdInfoId
Required

pnfdInfoId

pnfProfileId
Required

pnfProfileId

cpInfo
Optional

cpInfo

Property Of