CpGroupInfo

CpGroupInfo
CpGroupInfo

This type represents describes a group of CPs and/or SAPs pairs associated to the same position in an NFP. It shall comply with the provisions defined in Table 6.5.3.71-1.

JSON Example
{
    "cpPairInfo": [
        {
            "vnfExtCpIds": [
                "string"
            ],
            "pnfExtCpIds": [
                "string"
            ],
            "sapIds": [
                "string"
            ]
        }
    ],
    "forwardingBehaviour": "string",
    "forwardingBehaviourInputParameters": {
        "algortihmName": "string",
        "algorithmWeights": [
            0
        ]
    }
}
array of CpPairInfo
cpPairInfo
Optional

One or more pair(s) of ingress and egress CPs or SAPs which the NFP passes by. All CP or SAP pairs in a group shall be instantiated from connection point descriptors or service access point descriptors referenced in the corresponding NfpPositionDesc.

string
forwardingBehaviour
Optional

Identifies a rule to apply to forward traffic to the ingress CPs or SAPs of the group. Permitted values: * ALL = Traffic flows shall be forwarded simultaneously to all CPs or SAPs of the group. * LB = Traffic flows shall be forwarded to one CP or SAP of the group selected based on a loadbalancing algorithm.

Possible values are : ALL, LB,
forwardingBehaviourInputParameters
Optional

forwardingBehaviourInputParameters

Property Of