ScaleNsByStepsData

ScaleNsByStepsData
ScaleNsByStepsData

This type represents the information used to scale an NS instance by one or more scaling steps, with respect to a particular NS scaling aspect. Performing a scaling step means increasing/decreasing the capacity of an NS instance in a discrete manner, i.e. moving from one NS scale level to another. The NS scaling aspects and their corresponding NS scale levels applicable to the NS instance are declared in the NSD.

JSON Example
{
    "scalingDirection": "string",
    "aspectId": "string",
    "numberOfSteps": 0
}
string
scalingDirection
Required

The scaling direction. Possible values are: - SCALE_IN - SCALE_OUT.

Possible values are : SCALE_IN, SCALE_OUT,
aspectId
Required

aspectId

integer
numberOfSteps
Optional

The number of scaling steps to be performed. Defaults to 1.

Property Of