Commit 229a6916 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #9

parent cc0b1eea
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -143,7 +143,7 @@ definitions:
              represents the result of a lifecycle operation.
              represents the result of a lifecycle operation.
            type: array
            type: array
            items:
            items:
              $ref: "SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVl"
              $ref: "SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVirtualLink"
          affectedVnffgs:
          affectedVnffgs:
            description: >
            description: >
              Information about the VNFFG instances that were
              Information about the VNFFG instances that were
+4 −54
Original line number Original line Diff line number Diff line
@@ -2242,58 +2242,6 @@ definitions:
         items:           
         items:           
           $ref: "#/definitions/PnfExtCpData"
           $ref: "#/definitions/PnfExtCpData"


  AffectedVirtualLink:
     description: >
       This type provides information about added, deleted, modified and
       temporary VLs.
     type: object
     required:
       - id
       - virtualLinkDescId
       - changeType
       - networkResource
     properties:
       id: 
         description: >
           Identifier of the virtual link instance, identifying the applicable
           "vnfVirtualLinkResourceInfo" entry in the "VnfInstance" data type.
         $ref: "SOL005_def.yaml#/definitions/IdentifierInVnf"
       virtualLinkDescId:
         description: >
           Identifier of the related VLD in the VNFD.
         $ref: "SOL005_def.yaml#/definitions/IdentifierInVnfd"
       changeType:
         description: >
           Signals the type of change. Permitted values:
           * ADDED
           * REMOVED
           * MODIFIED
           * TEMPORARY
           * LINK_PORT_ADDED
           * LINK_PORT_REMOVED
           For a temporary resource, an AffectedVirtualLink structure exists as
           long as the temporary resource exists.
         type: string
         enum:
           - ADDED
           - REMOVED
           - MODIFIED
           - TEMPORARY
           - LINK_PORT_ADDED
           - LINK_PORT_REMOVED
       networkResource:
         description: >
           Reference to the VirtualNetwork resource. Detailed information is
           (for new and modified resources) or has been (for removed
           resources) available from the VIM.
         $ref: "SOL005_def.yaml#/definitions/ResourceHandle"
       metadata:
         description: >
           Metadata about this resource.
           The content of this attribute shall be a copy of the content of the
           "metadata" attribute of the VnfVirtualLinkResourceInfo structure.
         $ref: "SOL005_def.yaml#/definitions/KeyValuePairs"

  AffectedVirtualStorage:
  AffectedVirtualStorage:
     description: >
     description: >
       This type provides information about added, deleted, modified and
       This type provides information about added, deleted, modified and
@@ -2490,7 +2438,7 @@ definitions:
          - ROLLED_BACK 
          - ROLLED_BACK 
          - FAILED    
          - FAILED    
  
  
  AffectedVl:
  AffectedVirtualLink:
    description: >
    description: >
      This type provides information about added, deleted and modified VLs. 
      This type provides information about added, deleted and modified VLs. 
      It shall comply with the provisions in Table 6.5.3.4-1.
      It shall comply with the provisions in Table 6.5.3.4-1.
@@ -2499,6 +2447,8 @@ definitions:
      - nsVirtualLinkInstanceId
      - nsVirtualLinkInstanceId
      - nsVirtualLinkDescId
      - nsVirtualLinkDescId
      - vlProfileId
      - vlProfileId
      - changeType
      - changeResult
    properties:
    properties:
      nsVirtualLinkInstanceId:
      nsVirtualLinkInstanceId:
        description: >
        description: >