Commit 1c3e28ce authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

applied comments on SOL003 from SOL WG review

parent 40302faf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ info:
  license:
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: "2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"

externalDocs:
  description: ETSI GS NFV-SOL 003 V3.5.1
+4 −3
Original line number Diff line number Diff line
@@ -1785,12 +1785,13 @@ definitions:
              $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/LcmCoordResultType"
            startTime:
              description: >
                The time when the coordination action has been started.
                The time when the VNFM has received the confirmation that the coordination action has been started.
              $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/DateTime"
            endTime:
              description: >
                The end time of the coordination action. Shall be present for a coordination action that has finished or timed 
                out (see note 4) and shall be absent if the coordination is ongoing.
                The time when the VNFM has received the confirmation that the coordination action has finished or has been
                cancelled, or the time when a coordination action has timed out. Shall be present for a coordination
                action that has finished or timed out (see note 4) and shall be absent if the coordination is ongoing.
              $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/DateTime"
            delay:
              description: >
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ info:
  license:
    name: "ETSI Forge copyright notice"
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: "2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"

externalDocs:
  description: ETSI GS NFV-SOL 003 V3.5.1
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ info:
  license:
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: 2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 2.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 003 V3.5.1
+1 −1
Original line number Diff line number Diff line
@@ -665,7 +665,7 @@ definitions:
      NOTE 1:	The attributes "associatedVnfcCpId", "associatedVipCpId" and "associatedVnfVirtualLinkId" 
              are mutually exclusive. Exactly one shall be present.
      NOTE 2:	An external CP instance is not associated to a link port in the cases indicated for the 
              “extLinkPorts” attribute in clause 5.5.3.2.
              “extLinkPorts” attribute in clause 4.4.1.11.
    type: object
    required:
      - id
Loading