Commit 440f5aa9 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_43: VnfLcmOperationOccurrenceNotification updated

parent f084e5fa
Loading
Loading
Loading
Loading
+23 −17
Original line number Diff line number Diff line
@@ -1564,12 +1564,13 @@ definitions:
        description: >
          Information about VNFC instances that were affected during the
          lifecycle operation.
          Shall be present if the "notificationStatus" is set to "RESULT" and
          the operation has performed any resource modification. Shall be
          absent otherwise. This attribute contains information about the
          cumulative changes to virtualised resources that were performed so
          far by the VNF LCM operation occurrence and by any of the error
          handling procedures for that operation occurrence.
          Shall be present if the "notificationStatus" is set to "RESULT", 
          the "verbosity" attribute is set to "FULL"  and the operation has 
          performed any resource modification. Shall be absent otherwise. 
          This attribute contains information about the cumulative changes 
          to virtualised resources that were performed so far by the VNF LCM 
          operation occurrence and by any of the error handling procedures 
          for that operation occurrence.
        type: array
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/AffectedVnfc"
@@ -1577,22 +1578,27 @@ definitions:
        description: >
          Information about VL instances that were affected during the
          lifecycle operation.
          Shall be present if the "notificationStatus" is set to "RESULT" and
          the operation has performed any resource modification. Shall be
          absent otherwise. This attribute contains information about the
          cumulative changes to virtualised resources that were performed so
          far by the VNF LCM operation occurrence and by any of the error
          handling procedures for that operation occurrence.
          Shall be present if the "notificationStatus" is set to "RESULT", 
          the "verbosity" attribute is set to "FULL"  and the operation has 
          performed any resource modification. Shall be absent otherwise. 
          This attribute contains information about the cumulative changes 
          to virtualised resources that were performed so far by the VNF LCM 
          operation occurrence and by any of the error handling procedures 
          for that operation occurrence.
        type: array
        items:
          $ref: "#/definitions/AffectedVirtualLink"
      affectedExtLinkPorts:
        description: >
          Information about external VNF link ports that were affected during the lifecycle operation. Shall be present
          if the "notificationStatus" is set to "RESULT", the "verbosity" attribute is set to "FULL" and the operation
          has performed any resource modification. Shall be absent otherwise. This attribute contains information about
          the cumulative changes to virtualised resources that were performed so far by the VNF LCM operation occurrence
          and by any of the error handling procedures for that operation occurrence.
          Information about external VNF link ports that were affected during 
          the lifecycle operation. 
          Shall be present if the "notificationStatus" is set to "RESULT", 
          the "verbosity" attribute is set to "FULL"  and the operation has 
          performed any resource modification. Shall be absent otherwise. 
          This attribute contains information about the cumulative changes 
          to virtualised resources that were performed so far by the VNF LCM 
          operation occurrence and by any of the error handling procedures 
          for that operation occurrence.
        type: array
        items:
          $ref: "#/definitions/AffectedExtLinkPort"