diff --git a/src/SOL002/VNFLifecycleManagement/definitions/VNFLifecycleManagement_def.yaml b/src/SOL002/VNFLifecycleManagement/definitions/VNFLifecycleManagement_def.yaml index 9bdb382599532508f8f76bf4d7b44e7144700e44..5becae18ba57ecaa35672d59a5db0dcb692301ee 100644 --- a/src/SOL002/VNFLifecycleManagement/definitions/VNFLifecycleManagement_def.yaml +++ b/src/SOL002/VNFLifecycleManagement/definitions/VNFLifecycleManagement_def.yaml @@ -913,11 +913,25 @@ definitions: When the VNFC CP is exposed as external CP of the VNF, the identifier of this external VNF CP. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" - addresses: + cpProtocolInfo: description: > - List of network addresses that have been configured (statically - or dynamically) on the CP. - $ref: "#/definitions/NetworkAddressInfo" + Network protocol information for this CP. + $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CpProtocolInfo" + vnfLinkPortId: + description: > + Identifier of the "vnfLinkPorts" structure in the + "vnfVirtualLinkResourceInfo" structure. Shall be present if + the CP is associated to a link port. + $ref: "../../../SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" + metadata: + description: > + Metadata about this external CP. + $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs" +# addresses: +# description: > +# List of network addresses that have been configured (statically +# or dynamically) on the CP. +# $ref: "#/definitions/NetworkAddressInfo" metadata: description: > Metadata about this resource. diff --git a/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml b/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml index 6d86cd01d5ed888feaa4889d82a1049057a93d87..45f29e602aa13defeb71b5f863fbe66211c80251 100644 --- a/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml +++ b/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml @@ -696,6 +696,10 @@ definitions: "vnfVirtualLinkResourceInfo" structure. Shall be present if the CP is associated to a link port. $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" + metadata: + description: > + Metadata about this external CP. + $ref: "SOL002SOL003_def.yaml#/definitions/KeyValuePairs" metadata: description: > Metadata about this resource.