AffectedVnffg
AffectedVnffg
This type provides information about added, deleted and modified VNFFG instances. It shall comply with the provisions in Table 6.5.3.5-1.
JSON Example
{
"vnffgInstanceId": "string",
"vnffgdId": "string",
"changeType": "string",
"changeResult": "string"
}
string
changeType
Optional
Signals the type of change. Permitted values: - ADD - DELETE - MODIFY
Possible values are : ADD, DELETE, 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,