AffectedVnf
This type provides information about added, deleted and modified VNFs. It shall comply with the provisions in Table 6.5.3.2-1.
{
"vnfInstanceId": "string",
"vnfdId": "string",
"vnfProfileId": "string",
"vnfName": "string",
"changeType": "string",
"changeResult": "string",
"changedInfo": {
"changedVnfInfo": {
"vnfInstanceId": "string",
"vnfInstanceName": "string",
"vnfInstanceDescription": "string",
"vnfdId": "string"
},
"changedExtConnectivity": {
"id": "string",
"resourceHandle": {
"vimId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"vimLevelResourceType": "string"
},
"extLinkPorts": [
{
"id": "string",
"resourceHandle": {
"vimId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"vimLevelResourceType": "string"
},
"cpInstanceId": "string"
}
]
}
}
}
Name of the VNF Instance.
Signals the type of change Permitted values: - ADD - REMOVE - INSTANTIATE - TERMINATE - SCALE - CHANGE_FLAVOUR - HEAL - OPERATE - MODIFY_INFORMATION - CHANGE_EXTERNAL_VNF_CONNECTIVITY
Signals the result of change identified by the "changeType" attribute. Permitted values: - COMPLETED - ROLLED_BACK - FAILED
Information about the changed VNF instance information, including VNF configurable properties,if applicable. When the "changedInfo" attribute is present, either the "changedVnfInfo" attribute or the "changedExtConnectivity" attribute or both shall be present.