VnfVirtualLinkResourceInfo

VnfVirtualLinkResourceInfo
VnfVirtualLinkResourceInfo

This type represents the information that allows addressing a virtualised resource that is used by an internal VL instance in a VNF instance.

JSON Example
{
    "metadata": {
        "key": "metadata"
    },
    "reservationId": "reservationId",
    "networkResource": {
        "resourceId": "resourceId",
        "vimId": "vimId",
        "vimLevelResourceType": "vimLevelResourceType",
        "resourceProviderId": "resourceProviderId"
    },
    "id": "id",
    "vnfVirtualLinkDescId": "vnfVirtualLinkDescId",
    "vnfLinkPorts": [
        {
            "resourceHandle": {
                "resourceId": "resourceId",
                "vimId": "vimId",
                "vimLevelResourceType": "vimLevelResourceType",
                "resourceProviderId": "resourceProviderId"
            },
            "cpInstanceType": "VNFC_CP",
            "id": "id",
            "cpInstanceId": "cpInstanceId"
        },
        {
            "resourceHandle": {
                "resourceId": "resourceId",
                "vimId": "vimId",
                "vimLevelResourceType": "vimLevelResourceType",
                "resourceProviderId": "resourceProviderId"
            },
            "cpInstanceType": "VNFC_CP",
            "id": "id",
            "cpInstanceId": "cpInstanceId"
        }
    ]
}
string
id
Required

An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.

string
vnfVirtualLinkDescId
Required

Identifier of the VNF Virtual Link Descriptor (VLD) in the VNFD.

networkResource
Required

networkResource

string
reservationId
Optional

An identifier with the intention of being globally unique.

vnfLinkPorts
Optional

Links ports of this VL. Shall be present when the linkPort is used for external connectivity by the VNF (refer to VnfLinkPortInfo). May be present otherwise.

object
metadata
Optional

This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.