ScaleToLevelData

ScaleToLevelData
ScaleToLevelData

This type describes the information used to scale a VNF instance to a target size. The target size is either expressed as an instantiation level of that DF as defined in the VNFD, or given as a list of scale levels, one per scaling aspect of that DF. Instantiation levels and scaling aspects are declared in the VNFD. The NFVO shall then invoke the ScaleVnfToLevel operation towards the appropriate VNFM..

JSON Example
{
    "vnfScaleInfo": [
        {
            "scaleLevel": 0,
            "aspectId": "aspectId"
        },
        {
            "scaleLevel": 0,
            "aspectId": "aspectId"
        }
    ],
    "additionalParams": null,
    "vnfInstantiationLevelId": "vnfInstantiationLevelId"
}
string
vnfInstantiationLevelId
Optional

Identifier of the VNF Virtual Link Descriptor (VLD) in the VNFD.

vnfScaleInfo
Optional

For each scaling aspect of the current deployment flavor, indicates the target scale level to which the VNF is to be scaled.

additionalParams
Optional

additionalParams

Property Of