InlineVnf_instancesVnfInstanceIdScale_to_levelRequestBody

InlineVnf_instancesVnfInstanceIdScale_to_levelRequestBody
InlineVnf_instancesVnfInstanceIdScale_to_levelRequestBody

This type represents request parameters for the "Scale VNF to Level" operation. NOTE: Either the instantiationLevelId attribute or the scaleInfo attribute shall be included.

AnyOf
This class requires at least one of the following:
undefined
JSON Example
{
    "instantiationLevelId": "string",
    "scaleInfo": [
        {
            "aspectId": "string",
            "vnfdId": "string",
            "scaleToLevel": "string"
        }
    ]
}
string
instantiationLevelId
Optional

Identifier of the target instantiation level of the current deployment flavour to which the VNF is requested to be scaled. See note.

array of object
scaleInfo
Optional

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

object
additionalParams
Optional

Additional parameters passed by the NFVO as input to the scaling process, specific to the VNF being scaled, as declared in the VNFD as part of "ScaleVnfToLevelOpConfig" defined in ETSI GS NFV-IFA 011 [10].