NsLcmOpOcc_resourceChanges

NsLcmOpOcc_resourceChanges
NsLcmOpOcc_resourceChanges

This attribute contains information about the cumulative changes to virtualised resources that were performed so far by the LCM operation since its start, if applicable

JSON Example
{
    "affectedVnfs": [
        {
            "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"
                        }
                    ]
                }
            }
        }
    ],
    "affectedPnfs": [
        {
            "pnfId": "string",
            "pnfdId": "string",
            "pnfProfileId": "string",
            "pnfName": "string",
            "cpInstanceId": [
                "string"
            ],
            "changeType": "string",
            "changeResult": "string"
        }
    ],
    "affectedVls": [
        {
            "id": "string",
            "virtualLinkDescId": "string",
            "changeType": "string",
            "networkResource": {
                "vimId": "string",
                "resourceProviderId": "string",
                "resourceId": "string",
                "vimLevelResourceType": "string"
            }
        }
    ],
    "affectedVnffgs": [
        {
            "vnffgInstanceId": "string",
            "vnffgdId": "string",
            "changeType": "string",
            "changeResult": "string"
        }
    ],
    "affectedNss": [
        {
            "nsInstanceId": "string",
            "nsdId": "string",
            "changeType": "string",
            "changeResult": "string"
        }
    ],
    "affectedSaps": [
        {
            "sapInstanceId": "string",
            "sapdId": "string",
            "sapName": "string",
            "changeType": "string",
            "changeResult": "string"
        }
    ]
}
affectedVnfs
Optional

Information about the VNF instances that were affected during the lifecycle operation, if this notification represents the result of a lifecycle operation.

affectedPnfs
Optional

Information about the PNF instances that were affected during the lifecycle operation, if this notification represents the result of a lifecycle operation.

affectedVls
Optional

Information about the VL instances that were affected during the lifecycle operation, if this notification represents the result of a lifecycle operation.

affectedVnffgs
Optional

Information about the VNFFG instances that were affected during the lifecycle operation, if this notification represents the result of a lifecycle operation. See note

array of AffectedNs
affectedNss
Optional

Information about the nested NS instances that were affected during the lifecycle operation, if this notification represents the result of a lifecycle operation. See note.

affectedSaps
Optional

Information about the nested NS instances that were affected during the lifecycle operation, if this notification represents the result of a lifecycle operation. See note.

Property Of