Commit ccb92d62 authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL002_15: fix in VnfExtCpInfo

parent 0308903f
Pipeline #6808 passed with stage
in 0 seconds
......@@ -659,6 +659,8 @@ definitions:
oneOf:
- required:
- associatedVnfcCpId
- required:
- associatedVipCpId
- required:
- associatedVnfVirtualLinkId
properties:
......@@ -703,18 +705,16 @@ definitions:
the VNFC CP which is exposed by this external CP instance, either directly or via a floating IP address.
Shall be present in case this CP instance maps to a VNFC CP.
The attributes "associatedVnfcCpId", "associatedVipCpId" and "associatedVnfVirtualLinkId" are mutually
exclusive. One and onlyExactly one shall be present.
exclusive. Exactly one shall be present.
$ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
associatedVipCpId:
description: >
Identifier of the VIP CP instance that is exposed as this VnfExtCp instance, either directly or via
a floating IP address, and the related "VipCpInfo" structure in "VnfInstance". Shall be present if
the cpdId of this VnfExtCp has a vipCpd attribute.
The attributes "associatedVnfcCpId", "associatedVipCpId" and "associatedVnfVirtualLinkId"
are mutually exclusive. One and onlyExactly one shall be present.
are mutually exclusive. Exactly one shall be present.
$ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
associatedVnfVirtualLinkId:
description: >
Identifier of the "VnfVirtualLinkResourceInfo" structure that represents the internal VL
......@@ -722,7 +722,7 @@ definitions:
which is exposed by this external CP instance. Shall be present in case this CP instance maps to an
internal VL (including externally-managed internal VL).
The attributes "associatedVnfcCpId", "associatedVipCpId" and "associatedVnfVirtualLinkId" are mutually
exclusive. One and onlyExactly one shall be present.
exclusive. Exactly one shall be present.
$ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
VnfOperationalStateType:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment