VnffgInfo

VnffgInfo
VnffgInfo

Information on the VNFFG(s) of the NS instance.

JSON Example
{
    "id": "string",
    "vnffgdId": "string",
    "vnfInstanceId": [
        "string"
    ],
    "pnfdInfoId": [
        "string"
    ],
    "nsVirtualLinkInfoId": [
        "string"
    ],
    "nsCpHandle": [
        {
            "vnfInstanceId": "string",
            "vnfExtCpInstanceId": "string",
            "pnfInfoId": "string",
            "pnfExtCpInstanceId": "string",
            "nsInstanceId": "string",
            "nsSapInstanceId": "string"
        }
    ]
}
id
Required

id

vnffgdId
Required

vnffgdId

array of Identifier
vnfInstanceId
Required

Identifier(s) of the constituent VNF instance(s) of this VNFFG instance.

array of Identifier
pnfdInfoId
Optional

Identifier(s) of the constituent PNF instance(s) of this VNFFG instance.

nsVirtualLinkInfoId
Optional

Identifier(s) of the constituent VL instance(s) of this VNFFG instance.

array of NsCpHandle
nsCpHandle
Optional

Identifiers of the CP instances attached to the constituent VNFs and PNFs or the SAP instances of the VNFFG. See note.

Property Of