Commit 42da675a authored by piscione's avatar piscione
Browse files

Addressed comment 1

parent d2bf6f48
Loading
Loading
Loading
Loading
+30 −0
Original line number Original line Diff line number Diff line
@@ -2293,6 +2293,7 @@ definitions:
          - ZONE_GROUP
          - ZONE_GROUP
          - NFVI_NODE
          - NFVI_NODE



  InstantiateNsRequest:
  InstantiateNsRequest:
    type: object
    type: object
    description: >
    description: >
@@ -2336,7 +2337,21 @@ definitions:


    required:
    required:
      - nsFlavourId
      - nsFlavourId
      - targetSizeNs
    properties:
    properties:
      targetSizeNs:
        oneOf:
          - required:
            - nsInstantiationLevelId
          - required:
            - targetNsScaleLevelInfo
          - required:
            - defaultInstantiationLevel

      defaultInstantiationLevel:
        description: >
          Default instantiation level of NSD. See note 5.
        $ref: "#/definitions/IdentifierInNsd"
      nsFlavourId:
      nsFlavourId:
        description: >
        description: >
          Identifier of the NS deployment flavor to be instantiated.
          Identifier of the NS deployment flavor to be instantiated.
@@ -3394,7 +3409,22 @@ definitions:
    required:
    required:
      - vnfInstanceId
      - vnfInstanceId
      - newFlavourId
      - newFlavourId
      - targetSizeNs
    properties:
    properties:
      targetSizeNs:
        oneOf:
          - required:
            - instantiationLevelId
          - required:
            - targetScaleLevelInfo
          - required:
            - defaultInstantiationLevel

      defaultInstantiationLevel:
        description: >
          Default instantiation level of VNF. See note 3.
        $ref: "#/definitions/IdentifierInNsd"

      vnfInstanceId:
      vnfInstanceId:
        description: >
        description: >
          Identifier of the VNF instance to be modified.
          Identifier of the VNF instance to be modified.