NsLinkPortInfo

NsLinkPortInfo
NsLinkPortInfo

This type represents information about a link port of a VL instance. It shall comply with the provisions defined in Table 6.5.3.55-1.

JSON Example
{
    "resourceHandle": {
        "resourceId": "resourceId",
        "vimId": "vimId",
        "vimLevelResourceType": "vimLevelResourceType",
        "resourceProviderId": "resourceProviderId"
    },
    "nsCpHandle": [
        {
            "vnfInstanceId": "vnfInstanceId",
            "nsInstanceId": "nsInstanceId",
            "vnfExtCpInstanceId": "vnfExtCpInstanceId",
            "nsSapInstanceId": "nsSapInstanceId",
            "pnfInfoId": "pnfInfoId",
            "pnfExtCpInstanceId": "pnfExtCpInstanceId"
        },
        {
            "vnfInstanceId": "vnfInstanceId",
            "nsInstanceId": "nsInstanceId",
            "vnfExtCpInstanceId": "vnfExtCpInstanceId",
            "nsSapInstanceId": "nsSapInstanceId",
            "pnfInfoId": "pnfInfoId",
            "pnfExtCpInstanceId": "pnfExtCpInstanceId"
        }
    ],
    "id": "id"
}
string
id
Required

An identifier with the intention of being globally unique.

resourceHandle
Required

resourceHandle

array of NsCpHandle
nsCpHandle
Optional

Identifier of the CP/SAP instance to be connected to this link port. The value refers to a vnfExtCpInfo item in the VnfInstance, or a pnfExtCpInfo item in the PnfInfo, or a sapInfo item in the NS instance. There shall be at most one link port associated with any connection point instance.