Skip to content
Snippets Groups Projects
Select Git revision
  • Release-4
  • 2.4.1-maintenance
  • 2.6.1-maintenance
  • 3.7.1-maintenance
  • 3.6.1-maintenance
  • 4.3.1-maintenance
  • 4.4.1-dev
  • master default protected
  • 3.7.1-dev
  • 4.3.1-dev
  • 3.6.1-dev
  • 2.8.1
  • 2.5.1-maintenance
  • 4.4.1-dev-first-draft
  • v3.7.1
  • 3.7.1-dev-final-version-bis
  • 3.7.1-dev-final-version
  • 3.7.1-dev-first-draft
  • v4.3.1
  • 4.3.1-dev-final-version
  • 4.3.1-dev-first-draft-tris
  • 4.3.1-dev-first-draft-bis
  • 4.3.1-dev-first-draft
  • v3.6.1
  • 3.6.1-dev-final-version
  • 3.6.1-dev-first-draft
  • v3.5.1
  • v2.8.1
  • v3.3.1
  • v2.7.1
  • v2.6.1
  • v2.5.1
  • v2.4.1
33 results

SOL002SOL003VNFLifecycleManagement_def.yaml

Blame
  • SOL002SOL003VNFLifecycleManagement_def.yaml 49.18 KiB
    # Copyright (c) ETSI 2017.
    # https://forge.etsi.org/etsi-forge-copyright-notice.txt
    
    definitions:
      AffectedVirtualLink:
        description: >
          This type provides information about added, deleted, modified and
          temporary VLs.
        type: object
        required:
          - id
          - virtualLinkDescId
          - changeType
          - networkResource
        properties:
          id: 
            description: >
              Identifier of the virtual link instance, identifying the applicable
              "vnfVirtualLinkResourceInfo" entry in the "VnfInstance" data type.
            $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
          virtualLinkDescId:
            description: >
              Identifier of the related VLD in the VNFD.
            $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
          changeType:
            description: >
              Signals the type of change. Permitted values:
              * ADDED
              * REMOVED
              * MODIFIED
              * TEMPORARY
              * LINK_PORT_ADDED
              * LINK_PORT_REMOVED
              For a temporary resource, an AffectedVirtualLink structure exists as
              long as the temporary resource exists.
            type: string
            enum:
              - ADDED
              - REMOVED
              - MODIFIED
              - TEMPORARY
              - LINK_PORT_ADDED
              - LINK_PORT_REMOVED
          networkResource:
            description: >
              Reference to the VirtualNetwork resource. Detailed information is
              (for new and modified resources) or has been (for removed
              resources) available from the VIM.
            $ref: "SOL002SOL003_def.yaml#/definitions/ResourceHandle"
          metadata:
            description: >
              Metadata about this resource.
              The content of this attribute shall be a copy of the content of the
              "metadata" attribute of the VnfVirtualLinkResourceInfo structure.
            $ref: "SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
    
      AffectedVirtualStorage:
        description: >
          This type provides information about added, deleted, modified and
          temporary virtual storage resources.
        type: object
        required:
          - id
          - virtualStorageDescId
          - changeType
          - storageResource
        properties:
          id:
            description: >
              Identifier of the storage instance, identifying the applicable