Commit b0ad36f5 authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

SOL002-SOL003: fix in common data types

parent ee6d7ed4
Pipeline #5988 passed with stage
in 0 seconds
......@@ -1086,6 +1086,42 @@ definitions:
"metadata" attribute of the VnfVirtualLinkResourceInfo structure.
$ref: "SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
AffectedExtLinkPort:
description: >
This type provides information about added and deleted external link ports (link ports attached to external
virtual links). It shall comply with the provisions in table 5.5.3.14a-1.
type: object
required:
- id
- changeType
- extCpInstanceId
- resourceHandle
properties:
id:
description: >
Identifier of the link port, identifying the applicable "extLinkPorts" entry in the "ExtVirtualLinkInfo"
data type (see clause 5.5.3.2).
$ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
changeType:
description: >
Signals the type of change.
Permitted values:
- ADDED
- REMOVED
type: string
enum:
- ADDED
- REMOVED
extCpInstanceId:
description: >
Identifier of the related external CP instance.
$ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
resourceHandle:
description: >
Reference to the link port resource. Detailed information is (for added resources)
or has been (for removed resources) available from the VIM.
$ref: "SOL002SOL003_def.yaml#/definitions/ResourceHandle"
AffectedVirtualStorage:
description: >
This type provides information about added, deleted, modified and
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment