AffectedVnf

AffectedVnf
AffectedVnf

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

JSON Example
{
    "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"
                }
            ]
        }
    }
}
vnfInstanceId
Required

vnfInstanceId

vnfdId
Required

vnfdId

vnfProfileId
Required

vnfProfileId

string
vnfName
Required

Name of the VNF Instance.

string
changeType
Required

Signals the type of change Permitted values: - ADD - REMOVE - INSTANTIATE - TERMINATE - SCALE - CHANGE_FLAVOUR - HEAL - OPERATE - MODIFY_INFORMATION - CHANGE_EXTERNAL_VNF_CONNECTIVITY

Possible values are : ADD, REMOVE, INSTANTIATE, TERMINATE, SCALE, CHANGE_FLAVOUR, HEAL, OPERATE, MODIFY_INFORMATION, CHANGE_EXTERNAL_VNF_CONNECTIVITY,
string
changeResult
Required

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

Possible values are : COMPLETED, ROLLED_BACK, FAILED,
object
changedInfo
Optional

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.