Commit 6e7a3f1b authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

update/add attributes in SOL003 VNF LCM API

parent b2153db2
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1004,7 +1004,7 @@ definitions:
              May be present otherwise.
            type: array
            items:
              $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo - TO DO"
              $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VirtualCpInfo"
          extVirtualLinkInfo:
            description: >
              Information about the external VLs the VNF instance is connected to.
@@ -1058,7 +1058,8 @@ definitions:
              VDU for the VNF instance.
            type: array
            items:
              $ref: "#/definitions/McioInfo - TO DO"
              $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/McioInfo"
              
      metadata:
        description: >
          Additional VNF-specific attributes that provide metadata describing the VNF instance.
+15 −7
Original line number Diff line number Diff line
@@ -728,9 +728,9 @@ definitions:
        $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
      associatedVirtualCpId:
        description: >
          Identifier of the "VirtualCpInfo" structure that represents the Virtual CP that is exposed by this external 
          CP instance. Shall be present in case this CP instance maps to a Virtual CP. See note 1.
        $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
          Identifier of the "VirtualCpInfo" structure that represents the Virtual CP that is exposed by this
          external CP instance. Shall be present in case this CP instance maps to a Virtual CP. See note 1.
        $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
      associatedVnfVirtualLinkId:
        description: >
          Identifier of the "VnfVirtualLinkResourceInfo" structure that represents the internal VL or of the 
@@ -740,10 +740,10 @@ definitions:
        $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
      netAttDefResourceInfoId:
        description: >
          Identifier of the “NetAttDefResourceInfo” structure that provides the specification of the interface to 
          attach the connection point to a secondary container cluster network. See notes 3 and 4.
          It shall be present if the external CP is associated to a VNFC realized by one or a set of OS containers 
          and is connected to a secondary container cluster network. It shall not be present otherwise.
          Identifier of the “NetAttDefResourceInfo” structure that provides the specification of the interface to attach the
          connection point to a secondary container cluster network. See notes 3 and 4.
          It shall be present if the external CP is associated to a VNFC realized by one or a set of OS containers and
          is connected to a secondary container cluster network. It shall not be present otherwise.
        type: array
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
@@ -1043,6 +1043,14 @@ definitions:
      - FULL
      - SHORT

  McioTypeName:
    description: >
      The present type definition provides valid string values for the "mcioType" attribute of the "McioInfo" data type , and
      the valid values are defined in table 5.5.4.9-1.
    type: string
    enum:
      - Deployment
      - Statefulset

  AffectedVipCp:
    description: >