NsVirtualLinkInfo

NsVirtualLinkInfo
NsVirtualLinkInfo

This type specifies the information about an NS VL instance. It shall comply with the provisions defined in Table 6.5.3.53-1

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

id

nsVirtualLinkDescId
Required

nsVirtualLinkDescId

nsVirtualLinkProfileId
Required

nsVirtualLinkProfileId

resourceHandle
Optional

Identifier(s) of the virtualised network resource(s) realizing the VL instance. See note.

linkPort
Optional

Link ports of the VL instance. Cardinality of zero indicates that no port has yet been created for the VL instance.

Property Of