AffectedVnfc

AffectedVnfc
AffectedVnfc

This type provides information about added, deleted, modified and temporary VNFCs.

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

id

vduId
Required

vduId

string
changeType
Required

Signals the type of change. Permitted values: * ADDED * REMOVED * MODIFIED * TEMPORARY For a temporary resource, an AffectedVnfc structure exists as long as the temporary resource exists.

Possible values are : ADDED, REMOVED, MODIFIED, TEMPORARY,
computeResource
Required

computeResource

resourceDefinitionId
Optional

resourceDefinitionId

zoneId
Optional

zoneId

metadata
Optional

metadata

affectedVnfcCpIds
Optional

Identifiers of CP(s) of the VNFC instance that were affected by the change. Shall be present for those affected CPs of the VNFC instance that are associated to an external CP of the VNF instance. May be present for further affected CPs of the VNFC instance.

addedStorageResourceIds
Optional

References to VirtualStorage resources that have been added. Each value refers to a VirtualStorageResourceInfo item in the VnfInstance that was added to the VNFC. It shall be provided if at least one storage resource was added to the VNFC.

removedStorageResourceIds
Optional

References to VirtualStorage resources that have been removed. The value contains the identifier of a VirtualStorageResourceInfo item that has been removed from the VNFC, and might no longer exist in the VnfInstance. It shall be provided if at least one storage resource was removed from the VNFC.