VnfLinkPortInfo

VnfLinkPortInfo
VnfLinkPortInfo
JSON Example
{
    "id": "string",
    "resourceHandle": {
        "vimConnectionId": "string",
        "resourceProviderId": "string",
        "resourceId": "string",
        "vimLevelResourceType": "string"
    },
    "cpInstanceId": "string",
    "cpInstanceType": "string"
}
id
Required

id

resourceHandle
Required

resourceHandle

cpInstanceId
Optional

cpInstanceId

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,