AffectedVnffg

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
{
    "vnffgdId": "vnffgdId",
    "changeResult": "COMPLETED",
    "changeType": "ADD",
    "vnffgInstanceId": "vnffgInstanceId"
}
string
vnffgInstanceId
Required

An identifier that is unique with respect to a NS. Representation: string of variable length.

string
vnffgdId
Required

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

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,