AffectedPnf

AffectedPnf
AffectedPnf

This type provides information about added, deleted and modified PNFs. It shall comply with the provisions in Table 6.5.3.3-1.

JSON Example
{
    "pnfName": "pnfName",
    "changeResult": "COMPLETED",
    "changeType": "ADD",
    "pnfProfileId": "pnfProfileId",
    "pnfdId": "pnfdId",
    "cpInstanceId": [
        null,
        null
    ],
    "pnfId": "pnfId"
}
string
pnfId
Required

An identifier with the intention of being globally unique.

string
pnfdId
Required

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

string
pnfProfileId
Required

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

string
pnfName
Optional

Name of the PNF.

cpInstanceId
Required

Identifier of the CP in the scope of the PNF.

string
changeType
Optional

Signals the type of change. Permitted values: - ADD - REMOVE - MODIFY

Possible values are : ADD, REMOVE, MODIFY,
string
changeResult
Optional

Signals the result of change identified by the "changeType" attribute. Permitted values: - COMPLETED - ROLLED_BACK - FAILED

Possible values are : COMPLETED, ROLLED_BACK, FAILED,