Commit 0bc54ab1 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_4, SOL003_8 : update in data types

parent 02136269
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -326,6 +326,9 @@ definitions:
        description: >
          The identifier of the CPD in the VNFD. In case this identifier refers to a CPD with trunking enabled,
          the external CP instances created from this CPD will represent ports in a trunk.

          NOTE: In case this identifier refers to a CPD with trunking enabled, the external CP instances created 
          from this CPD will represent ports in a trunk.
        $ref: "#/definitions/IdentifierInVnfd"
      cpConfig:
        description: >
@@ -616,6 +619,23 @@ definitions:
          The identifier of the resource in the scope of the VIM or the
          resource provider.
        $ref: "#/definitions/IdentifierInVim"
      vnfLinkPort:
        description: >
          Externally provided link ports to be used to connect VNFC connection points to this externally-managed VL 
          on this network resource. If this attribute is not present, the VNFM shall create the link ports on the 
          externally-managed VL.
        type: array
        items:
          $ref: "#/definitions/VnfLinkPortData"
      extManagedMultisiteVirtualLinkId:
        description: >
          Identifier of the externally-managed multi-site VL instance. The identifier is assigned by the NFVMANO 
          entity that manages the externally managed multi-site VL instance. It shall be present when the present 
          externally-managed internal VL (indicated by extManagedVirtualLinkId) is part of a multi-site VL, e.g., 
          in support of multi-site VNF spanning several VIMs. All externally-managed internal VL instances 
          corresponding to an internal VL created based on the same virtualLinkDescId shall refer to the same 
          extManagedMultisiteVirtualLinkId.
        $ref: "#/definitions/Identifier"

  Identifier:
    description: >