Commit 80ef86e4 authored by piscione's avatar piscione
Browse files

SOL003_24: added new attributes to VnfExtCpInfo datamodel and update some descriptions

parent f71d74c8
Loading
Loading
Loading
Loading
+23 −7
Original line number Diff line number Diff line
@@ -690,7 +690,8 @@ definitions:
      extLinkPortId:
        description: >
          Identifier of the "ExtLinkPortInfo" structure inside the "ExtVirtualLinkInfo" structure.
          Shall be present if the CP is associated to a link port.
          Shall be present if the CP is associated to a link port. An external CP instance is not associated
          to a link port in the cases indicated for the “extLinkPorts” attribute in clause 4.4.1.11.
        $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
      metadata:
        description: >
@@ -699,15 +700,30 @@ definitions:
      associatedVnfcCpId:
        description: >
          Identifier of the "vnfcCpInfo" structure in "VnfcResourceInfo" structure that represents
          the VNFC CP which is exposed by this external CP instance.
          Shall be present in case this CP instance maps to a VNFC CP. See note.
        $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
          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.
        $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.
        $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"

      associatedVnfVirtualLinkId:
        description: >
          Identifier of the "VnfVirtualLinkResourceInfo" structure that represents the internal VL
          which is exposed by this external CP instance.
          Shall be present in case this CP instance maps to an internal VL. See note.
        $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
          or of the "ExtManagedVirtualLinkInfo" structure that represents the externally-managed internal VL
          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.
        $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"

  VnfOperationalStateType:
    description: >