VnfInfoModifications

VnfInfoModifications
VnfInfoModifications

This type represents attribute modifications that were performed on an "Individual VNF instance" resource. The attributes that can be included consist of those requested to be modified explicitly in the "VnfInfoModificationRequest" data structure, and additional attributes of the "VnfInstance" data structure that were modified implicitly e.g. when modifying the referenced VNF package.

JSON Example
{
    "vnfInstanceName": "string",
    "vnfInstanceDescription": "string",
    "vnfdId": "string",
    "vnfProvider": "string",
    "vnfProductName": "string",
    "vnfSoftwareVersion": "string",
    "vnfdVersion": "string",
    "vnfcInfoModifications": [
        {
            "id": "string"
        }
    ],
    "vnfcInfoModificationsDeleteIds": [
        "string"
    ]
}
string
vnfInstanceName
Optional

If present, this attribute signals modifications of the "vnfInstanceName" attribute in "VnfInstance".

string
vnfInstanceDescription
Optional

If present, this attribute signals modifications of the "vnfInstanceDescription" attribute in "VnfInstance".

vnfConfigurableProperties
Optional

vnfConfigurableProperties

metadata
Optional

metadata

extensions
Optional

extensions

vnfdId
Optional

vnfdId

string
vnfProvider
Optional

If present, this attribute signals modifications of the "vnfProvider" attribute in "VnfInstance". If present, this attribute (which depends on the value of the "vnfPkgId" attribute) was modified implicitly following a request to modify the "vnfPkgId" attribute, by copying the value of this attribute from the VNFD in the VNF Package identified by the "vnfPkgId" attribute.

string
vnfProductName
Optional

If present, this attribute signals modifications of the "vnfProductName" attribute in "VnfInstance". If present, this attribute (which depends on the value of the "vnfPkgId" attribute) was modified implicitly following a request to modify the "vnfPkgId" attribute, by copying the value of this attribute from the VNFD in the VNF Package identified by the "vnfPkgId" attribute.

vnfSoftwareVersion
Optional

vnfSoftwareVersion

vnfdVersion
Optional

vnfdVersion

vnfcInfoModifications
Optional

If present, this attribute signals modifications of certain entries in the "vnfcInfo" attribute array in the "instantiatedVnfInfo" attribute of "VnfInstance", as defined in clause 5.5.2.12

array of Identifier
vnfcInfoModificationsDeleteIds
Optional

If present, this attribute signals the deletion of certain entries in the "vnfcInfo" attribute array in the "instantiatedVnfInfo" attribute of "VnfInstance", as defined in clause 5.5.2.12

Property Of