ScaleByStepData_additionalParams

ScaleByStepData_additionalParams
ScaleByStepData_additionalParams

Additional parameters passed by the NFVO as input to the scaling process, specific to the VNF instance being scaled.

AllOf
This class requires all of the following:
JSON Example
{
    "nfType": "string",
    "vduParams": [
        {
            "deploymentProfileId": "deploymentProfileId",
            "repoUrl": "repoUrl",
            "metadata": [
                "{}",
                "{}"
            ],
            "vduName": "vduName",
            "overrides": "overrides",
            "vduId": "vduId",
            "catalogName": "catalogName",
            "password": "password",
            "catalogId": "catalogId",
            "chartName": "chartName",
            "namespace": "namespace",
            "extensionId": "extensionId",
            "username": "username"
        }
    ],
    "lcmInterfaces": {}
}
Property Of