ForwardingBehaviourInputParameters

ForwardingBehaviourInputParameters
ForwardingBehaviourInputParameters

This type represents provides input parameters to configure the forwarding behaviour. It shall comply with the provisions defined in Table 6.5.3.73-1.

JSON Example
{
    "algortihmName": "string",
    "algorithmWeights": [
        0
    ]
}
string
algortihmName
Optional

May be included if forwarding behaviour is equal to LB. Shall not be included otherwise. Permitted values: * ROUND_ROBIN * LEAST_CONNECTION * LEAST_TRAFFIC * LEAST_RESPONSE_TIME * CHAINED_FAILOVER * SOURCE_IP_HASH * SOURCE_MAC_HASH

Possible values are : ROUND_ROBIN, LEAST_CONNECTION, LEAST_TRAFFIC, LEAST_RESPONSE_TIME, CHAINED_FAILOVER, SOURCE_IP_HASH, SOURCE_MAC_HASH,
array of integer
algorithmWeights
Optional

Percentage of messages sent to a CP instance. May be included if applicable to the algorithm. If applicable to the algorithm but not provided, default values determined by the VIM or NFVI are expected to be used. Weight applies to the CP instances in the order they have been created.

Property Of