Commit 658db899 authored by Pietro Piscione's avatar Pietro Piscione
Browse files

Fix on bug TrunkPortsInfo data model missing.

parent 49a54f03
Loading
Loading
Loading
Loading
Loading
+20 −2
Original line number Original line Diff line number Diff line
@@ -2665,8 +2665,7 @@ definitions:
          CP instances are also present in the vnfcCpInfo attribute
          CP instances are also present in the vnfcCpInfo attribute
        type: array
        type: array
        items:
        items:
         #$ref: "#/definitions/TrunkPortsInfo"
         $ref: "#/definitions/TrunkPortsInfo"
         type: object
      certificateContentId:
      certificateContentId:
        description: >
        description: >
          The identifier of certificate that this VNFC instance uses.
          The identifier of certificate that this VNFC instance uses.
@@ -2678,6 +2677,25 @@ definitions:


        
        


  TrunkPortsInfo:
      description: > 
       The information element provides rntime information of a collection of CP(s) of the VNFC instance which
       has one CP working in trunk mode, as parent port of a trunk, and other CPs working as supports of the same trunk.
      type: object
      required:
       - parentPort
      properties:
        parentPort:
          description: >
            Reference to the CP instance which is used as parent port in the trunk.
          $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
        subPortList:
          description: >
            Reference to the CP instance(s) working as subport(s) in the trunk.
          type: array
          items:
            $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"



  VnfVirtualLinkResourceInfo:
  VnfVirtualLinkResourceInfo:
    description: >
    description: >