ExtVirtualLinkData

ExtVirtualLinkData
ExtVirtualLinkData

This type represents an external VL.

JSON Example
{
    "id": "string",
    "vimConnectionId": "string",
    "resourceProviderId": "string",
    "resourceId": "string",
    "extCps": [
        {
            "cpdId": "string",
            "cpConfig": [
                {
                    "cpInstanceId": "string",
                    "linkPortId": "string",
                    "cpProtocolData": [
                        {
                            "layerProtocol": "string",
                            "ipOverEthernet": {
                                "macAddress": "string",
                                "ipAddresses": [
                                    {
                                        "type": "string",
                                        "fixedAddresses": [
                                            "string"
                                        ],
                                        "numDynamicAddresses": 0,
                                        "addressRange": {
                                            "minAddress": "string",
                                            "maxAddress": "string"
                                        },
                                        "subnetId": "string"
                                    }
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    ],
    "extLinkPorts": [
        {
            "id": "string",
            "resourceHandle": {
                "vimConnectionId": "string",
                "resourceProviderId": "string",
                "resourceId": "string",
                "vimLevelResourceType": "string"
            }
        }
    ]
}
id
Required

id

vimConnectionId
Optional

vimConnectionId

resourceProviderId
Optional

resourceProviderId

resourceId
Required

resourceId

extCps
Required

External CPs of the VNF to be connected to this external VL.

extLinkPorts
Optional

Externally provided link ports to be used to connect external connection points to this external VL. If this attribute is not present, the VNFM shall create the link ports on the external VL.