ScaleNsToLevelData

ScaleNsToLevelData
ScaleNsToLevelData

This type represents the information used to scale an NS instance to a target size. The target size is either expressed as an NS instantiation level or as a list of NS scale levels, one per NS scaling aspect, of the current DF. The NS instantiation levels, the NS scaling aspects and their corresponding NS scale levels applicable to the NS instance are declared in the NSD.

JSON Example
{
    "nsInstantiationLevel": "string",
    "nsScaleInfo": [
        {
            "nsScalingAspectId": "string",
            "nsScaleLevelId": "string"
        }
    ]
}
nsInstantiationLevel
Optional

nsInstantiationLevel

nsScaleInfo
Optional

For each NS scaling aspect of the current DF, defines the target NS scale level to which the NS instance is to be scaled.

Property Of