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
{
"pnfId": "string",
"pnfdId": "string",
"pnfProfileId": "string",
"pnfName": "string",
"cpInstanceId": [
"string"
],
"changeType": "string",
"changeResult": "string"
}
string
pnfName
Optional
Name 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,