Commit 605b6e0f authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_34/35: ChangeVnfFlavourRequest updated

parent 25c81076
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -420,6 +420,12 @@ definitions:
      extManagedVirtualLinks:
        description: >
          Information about internal VLs that are managed by the NFVO.

          NOTE: It is possible to have several ExtManagedVirtualLinkData for the same VNF 
          internal VL in case of a multi-site VNF spanning several VIMs. The set of 
          ExtManagedVirtualLinkData corresponding to the same VNF internal VL shall indicate 
          so by referencing to the same VnfVirtualLinkDesc and externally-managed multi-site 
          VL instance (refer to clause 4.4.1.12).
        type: array
        items:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/ExtManagedVirtualLinkData"
@@ -439,6 +445,19 @@ definitions:
          to the VNF being instantiated, as declared in the VNFD as part of
          "InstantiateVnfOpConfig".
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
      extensions:
        description: >
          If present, this attribute provides modifications to the values of the "extensions" 
          attribute in "VnfInstance", as defined in clause 5.5.2.2. Provisions for handling 
          extensions during the operation, are defined in clause 5.4.7.3.1.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
      vnfConfigurableProperties:
        description: >
          If present, this attribute provides modifications to the values of the VNF 
          configurable properties attribute in the "VnfInstance", as defined in clause 5.5.2.2. 
          Provisions for handling VNF configurable properties during the operation, are defined 
          in clause 5.4.7.3.1.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"

  TerminateVnfRequest:
    type: object