Loading src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml +36 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml +36 −0 Original line number Diff line number Diff line Loading @@ -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 Loading