Commit 2eebe7c3 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL005_75: Added a new data type : "NestedNsInstanceData" (NS LCM)

parent 220f06b0
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -1484,6 +1484,27 @@ definitions:
          matching the information in the VNF instance.
        $ref: "SOL005_def.yaml#/definitions/IdentifierInNsd"

  NestedNsInstanceData:
    description: >
      This type specifies an existing nested NS instance to be used in the NS instance 
      and if needed, the NsProfile to use for this nested NS instance. 
      It shall comply with the provisions defined in Table 6.5.3.19a-1.
    type: object
    required:
      - nestedNsInstanceId
    properties:
      nestedNsInstanceId: 
        description: >
          Identifier of the existing nested NS instance to be used in the NS.
        $ref: "SOL005_def.yaml#/definitions/Identifier"
      nsProfileId:
        description: >
          Identifier of an NsProfile defined in the NSD which the existing 
          nested NS instance shall be matched with.
          If not present, the NFVO will select the NsProfile matching the 
          information in the nested NS instance.
        $ref: "SOL005_def.yaml#/definitions/IdentifierInNs"

  SapData:
    description: >
      This type represents the information related to a SAP of a NS.