Commit 9342d01c authored by piscione's avatar piscione
Browse files

SOL005_28: added attribute and note to VnfInstance data model

parent f518a4d5
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -529,6 +529,16 @@ definitions:
            minItems: 1
            minItems: 1
            items:
            items:
              $ref: "#/definitions/VnfExtCpInfo"
              $ref: "#/definitions/VnfExtCpInfo"
          vipCpInfo:
            description: >
              VIP CPs that are part of the VNF instance.
              Shall be present when that particular VIP CP
              of the VNFC instance is associated to an external
              CP of the VNF instance.
              May be present otherwise.
            type: array
            items:
              $ref: "#/definitions/VipCpInfo"
          extVirtualLinkInfo:
          extVirtualLinkInfo:
            description: >
            description: >
              Information about the external VLs the VNF instance is connected to.
              Information about the external VLs the VNF instance is connected to.
@@ -542,6 +552,8 @@ definitions:
              VNF spanning several VIMs. The set of ExtManagedVirtualLinkInfo corresponding to the same VNF internal VL
              VNF spanning several VIMs. The set of ExtManagedVirtualLinkInfo corresponding to the same VNF internal VL
              shall indicate so by referencing to the same VnfVirtualLinkDesc and externally-managed multi-site VL instance
              shall indicate so by referencing to the same VnfVirtualLinkDesc and externally-managed multi-site VL instance
              (refer to clause 6.5.3.59).
              (refer to clause 6.5.3.59).
              Even though externally-managed internal VLs are also used for VNF-internal connectivity, they shall not be
              listed in the "vnfVirtualLinkResourceInfo" attribute as this would be redundant.
            type: array
            type: array
            items:
            items:
              $ref: "#/definitions/ExtManagedVirtualLinkInfo"
              $ref: "#/definitions/ExtManagedVirtualLinkInfo"