VnfLinkPortInfo

VnfLinkPortInfo
VnfLinkPortInfo
JSON Example
{
    "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.

resourceHandle
Required

resourceHandle

string
cpInstanceId
Optional

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

string
cpInstanceType
Optional

Type of the CP instance that is identified by cpInstanceId. Shall be present if "cpInstanceId" is present, and shall be absent otherwise. Permitted values: * VNFC_CP: The link port is connected to a VNFC CP * EXT_CP: The link port is associated to an external CP.

Possible values are : VNFC_CP, EXT_CP,