Commit 75b26fe2 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_62: VnfLinkPortData added

parent adb89d31
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -1465,6 +1465,25 @@ definitions:
          User defined data for the VNFC snapshot.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"

  VnfLinkPortData:
    description: >
      This type represents an externally provided link port to be used to connect a VNFC connection point 
      to an exernallymanaged VL.
    type: object
    required:
    - vnfLinkPortId
    - resourceHandle
    properties:
      vnfLinkPortId:
        description: >
          Identifier of this link port as provided by the entity that has created the link port.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
      resourceHandle:
        description: >
          Resource handle of the virtualised resource that realizes the link port.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/ResourceHandle"


  VnfOperationalStateType:
    description: >
      STARTED: The VNF instance is up and running.