VnfInstance_extensions

VnfInstance_extensions
VnfInstance_extensions

Additional VNF-specific attributes that affect the lifecycle management of this VNF instance. These attributes represent values that are stored persistently in the VnfInstance structure for consumption by the VNFM, or by the lifecycle management scripts. during the execution of VNF lifecycle management operations. Modifying the values of these attributes has no direct effect on the VNF instance; however, the modified attribute values can be considered during subsequent VNF lifecycle management operations, which means that the modified values can indirectly affect the configuration of the VNF instance. Extensions that are writeable are declared in the VNFD. This attribute These attributes can be modified with the PATCH method. ETSI GS NFV-SOL 001 specifies the structure and format of the VNFD based on TOSCA specifications.

AllOf
This class requires all of the following:
JSON Example
{
    "managedBy": {
        "extensionSubtype": "string",
        "extensionName": "string"
    },
    "type": "string",
    "networks": [
        {
            "resourceId": "string",
            "networkName": "string",
            "vl_id": "string",
            "key_name": "string"
        }
    ],
    "vimName": "string",
    "lcmOperation": "string",
    "lcmOperationState": "string",
    "isOrchestrated": false
}
Property Of