Commit 488900ab authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #5

parent 7a3abb12
Loading
Loading
Loading
Loading
Loading
+42 −42
Original line number Original line Diff line number Diff line
@@ -3114,63 +3114,63 @@ definitions:
      temporary VLs.
      temporary VLs.
    type: object
    type: object
    required:
    required:
      - id
      - nsVirtualLinkInstanceId
      - virtualLinkDescId
      - nsVirtualLinkDescId
      - vlProfileId
      - changeType
      - changeType
      - networkResource
      - changeResult
    properties:
    properties:
      id:
      nsVirtualLinkInstanceId:
        description: >
        description: >
          Identifier of the virtual link instance, identifying the applicable
          Identifier of the VL Instance.
          "vnfVirtualLinkResourceInfo" entry in the "VnfInstance" data type.
        $ref: "#/definitions/IdentifierInNs"
        $ref: "#/definitions/IdentifierInVnf"
      nsVirtualLinkDescId:
      virtualLinkDescId:
        description: >
        description: >
          Identifier of the related VLD in the VNFD.
          Identifier of the VLD in the NSD for this VL.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInNsd"
      vlProfileId:
        description: >
          Name of the VL profile.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInNsd"
      changeType:
      changeType:
        description: >
        description: >
          Signals the type of change. Permitted values:
          Signals the type of change. Permitted values:
          * ADDED
          * ADD
          * REMOVED
          * DELETE
          * MODIFIED
          * MODIFY
          * TEMPORARY
          * ADD_LINK_PORT
          * LINK_PORT_ADDED
          * REMOVE_LINK_PORT
          * LINK_PORT_REMOVED
          For a temporary resource, an AffectedVirtualLink structure exists as
          long as the temporary resource exists.
        type: string
        type: string
        enum:
        enum:
          - ADDED
          - ADD
          - REMOVED
          - DELETE
          - MODIFIED
          - MODIFY
          - TEMPORARY
          - ADD_LINK_PORT
          - LINK_PORT_ADDED
          - REMOVE_LINK_PORT
          - LINK_PORT_REMOVED
      linkPortIds:
      linkPortIds:
        description: >
        description: >
          Identifiers of the link ports of the affected VL related to the change.
          Identifiers of the link ports of the affected VL related to the change. Each identifier references an
          Each identifier references an "NsLinkPortInfo" structure.
          "NsLinkPortInfo" structure. Shall be set when changeType is equal to "ADD_LINK_PORT" or "REMOVE_LINK_PORT",
          Shall be set when changeType is equal to "ADD_LINK_PORT" or "REMOVE_LINK_PORT", and the related "NsLinkPortInfo"
          and the related "NsLinkPortInfo" structures are present (case "add") or have been present (case "remove") in
          structures are present (case "add") or have been present (case "remove") in the NsVirtualLinkInfo structure
          the "NsVirtualLinkInfo" structure that is represented by the "virtualLinkInfo" attribute in the "NsInstance"
          that is represented by the "virtualLink¬Info" attribute in the "NsInstance" structure.
          structure. The resource handles of the affected NS link ports can be found by dereferencing the identifiers
          The resource handles of the affected NS link ports can be found by dereferencing the identifiers in the
          in the "linkPortIds" attribute.
          "linkPortIds" attribute.
        type: array
        type: array
        items:
        items:
          $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInNs"
          $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInNs"
      networkResource:
      changeResult:
        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: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
      metadata:
        description: >
        description: >
          Metadata about this resource.
          Signals the result of change identified by the
          The content of this attribute shall be a copy of the content of the
          "changeType" attribute.
          "metadata" attribute of the VnfVirtualLinkResourceInfo structure.
          Permitted values:
        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
          * COMPLETED
          * ROLLED_BACK
          * FAILED
        type: string
        enum:
          - COMPLETED
          - ROLLED_BACK
          - FAILED


  AffectedVirtualStorage:
  AffectedVirtualStorage:
    description: >
    description: >