VnfLcmOpOcc_resourceChanges

VnfLcmOpOcc_resourceChanges
VnfLcmOpOcc_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
{
    "affectedVnfcs": [
        {
            "id": "string",
            "vduId": "string",
            "changeType": "string",
            "computeResource": {
                "vimConnectionId": "string",
                "resourceProviderId": "string",
                "resourceId": "string",
                "vimLevelResourceType": "string"
            },
            "resourceDefinitionId": "string",
            "zoneId": "string",
            "affectedVnfcCpIds": [
                "string"
            ],
            "addedStorageResourceIds": [
                "string"
            ],
            "removedStorageResourceIds": [
                "string"
            ]
        }
    ],
    "affectedVirtualLinks": [
        {
            "id": "string",
            "vnfVirtualLinkDescId": "string",
            "changeType": "string",
            "networkResource": {
                "vimConnectionId": "string",
                "resourceProviderId": "string",
                "resourceId": "string",
                "vimLevelResourceType": "string"
            },
            "resourceDefinitionId": "string",
            "zoneId": "string"
        }
    ],
    "affectedVirtualStorages": [
        {
            "id": "string",
            "virtualStorageDescId": "string",
            "changeType": "string",
            "storageResource": {
                "vimConnectionId": "string",
                "resourceProviderId": "string",
                "resourceId": "string",
                "vimLevelResourceType": "string"
            },
            "resourceDefinitionId": "string"
        }
    ]
}
affectedVnfcs
Optional

Information about VNFC instances that were affected during the lifecycle operation. This allows the NFVO to obtain the information contained in the latest "result" notification if it has not received it due to an error or a wrongly configured subscription filter.

affectedVirtualLinks
Optional

Information about VL instances that were affected during the lifecycle operation. This allows the NFVO to obtain the information contained in the latest "result" notification if it has not received it due to an error or a wrongly configured subscription filter.

affectedVirtualStorages
Optional

Information about virtualised storage instances that were affected during the lifecycle operation. This allows the NFVO to obtain the information contained in the latest "result" notification if it has not received it due to an error or a wrongly configured subscription filter.

Property Of