Commit ecc7c1c1 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_46: VnfSnapshotInfo added

parent 440f5aa9
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1746,6 +1746,24 @@ definitions:
          Links to resources related to this notification.
        $ref: "#/definitions/LccnLinks"

  VnfSnapshotInfo:
    description: >
      This type represents an "Individual VNF snapshot" resource.
    type: object
    required:
    - id
    parameters:
      id:
        description: >
          Identifier of the "Individual VNF snapshot" resource. This identifier is allocated by the VNFM.
        $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
      vnfSnapshot:
        description: >
          Information about the VNF snapshot, content and/or references to its content. Shall be present 
          when the "Individual VNF snapshot" resource is associated to a VNF snapshot created via the 
          corresponding "Create VNF Snapshot" task resource or extracted from a VNF snapshot package.
        $ref: "SOL002SOL003_def.yaml#/definitions/VnfSnapshot"

  VnfcInfoModifications:
    description: >
      This type represents modifications of an entry in an array of "VnfcInfo" objects.