Commit 0cbb0455 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

update GrantedLcmOperationType enum

parent b343f79f
Loading
Loading
Loading
Loading
+12 −13
Original line number Diff line number Diff line
@@ -755,10 +755,8 @@ definitions:

  PaasServiceHandle:
    description: >
      This type provides information enabling the access and use of the PaaS
      Service by the VNF instance. The type and format of the handle depends on
      the form that the PaaS Service is formed. It shall comply with the
      provisions defined in table 4.4.1.19-1.
      This type provides information enabling the access and use of the PaaS Service by the VNF instance.
      The type and format of the handle depends on the form that the PaaS Service is formed.
    type: object
    required:
      - id
@@ -769,21 +767,20 @@ definitions:
        $ref: "#/definitions/Identifier"
      interfaceInfo:
        description: >
          Information of the interface or interfaces to the PaaS Service
          instance, if applicable, such as the URI of an interface endpoint to
          communicate with the PaaS Service instance.
          Information of the interface or interfaces to the PaaS Service instance, if applicable, such
          as the URI of an interface endpoint to communicate with the PaaS Service instance.
        $ref: "#/definitions/KeyValuePairs"
      accessInfo:
        description: >
          Authentication credentials for accessing the PaaS Service instance.
          If the PaasServiceHandle structure is part of an HTTP GET response
          payload body, sensitive attributes that are children of this
          attribute (such as passwords) shall not be included.
        $ref: "#/definitions/Identifier"

          If the PaasServiceHandle structure is part of an HTTP GET response payload body, sensitive attributes
          that are children of this attribute (such as passwords) shall not be included.
        $ref: "#/definitions/KeyValuePairs"
      extra:
        description: >
          PaaS Service instance-specific additional information. The applicable
          structure, and whether or not this attribute is available.
          PaaS Service instance specific additional information. The applicable structure, and whether
          or not this attribute is available, is dependent on the type of the PaaS Service.
        $ref: "#/definitions/KeyValuePairs"

  ScaleInfo:
@@ -1020,6 +1017,7 @@ definitions:
      CHANGE_VNFPKG | Represents the "Change current VNF package" LCM operation.
      CREATE_SNAPSHOT | Represents the "Create VNF snapshot" LCM operation.
      REVERT_TO_SNAPSHOT | Represents the "Revert to VNF snapshot" LCM operation.
      SELECT_DEPL_MODS | Represents the “Select VNF deployable modules” LCM operation.
    type: string
    enum:
      - INSTANTIATE
@@ -1033,6 +1031,7 @@ definitions:
      - CHANGE_VNFPKG
      - CREATE_SNAPSHOT
      - REVERT_TO_SNAPSHOT
      - SELECT_DEPL_MODS

  LcmOperationType:
    description: >