Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
f518a4d5
Commit
f518a4d5
authored
Apr 26, 2021
by
piscione
Browse files
SOL005_35: added VipCpInfo datamodel
parent
83782557
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
f518a4d5
...
...
@@ -6258,4 +6258,48 @@ definitions:
additionalParamsforNs
:
description
:
>
Allows the OSS/BSS to provide additional parameter(s) to the termination process at the NS level.
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
\ No newline at end of file
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
VipCpInfo
:
type
:
object
required
:
-
cpInstanceId
-
cpdId
properties
:
cpInstanceId
:
description
:
>
Identifier of this VIP CP instance and of this VipCpInfo information element.
$ref
:
"
#/definitions/IdentifierInVnf"
cpdId
:
description
:
>
Identifier of the VIP Connection Point Descriptor, VipCpd, in the VNFD.
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
vnfExtCpId
:
description
:
>
When the VIP CP is exposed as external CP of the VNF, the identifier of this external VNF CP instance.
$ref
:
"
#/definitions/IdentifierInVnf"
cpProtocolInfo
:
description
:
>
Protocol information for this CP. There shall be one cpProtocolInfo for layer 3. There may be one cpProtocolInfo for layer 2.
type
:
array
items
:
$ref
:
"
#/definitions/CpProtocolInfo"
associatedVnfcCpIds
:
description
:
>
Identifiers of the VnfcCps that share the virtual IP addresse allocated to the VIP CP instance.
It is possible that there is no associated VnfcCp because the VIP CP is available but not associated yet.
type
:
array
items
:
$ref
:
"
#/definitions/IdentifierInVnf"
vnfLinkPortId
:
description
:
>
Identifier of the "VnfLinkPortInfo" structure in the "VnfVirtualLinkResourceInfo" or "ExtManagedVirtual-Link¬Info" structure.
Shall be present if the CP is associated to a link port on an internal VL (including externally-managed internal VL).
$ref
:
"
#/definitions/IdentifierInVnf"
metadata
:
description
:
>
Allows the OSS/BSS to provide additional parameter(s) to the termination process at the NS level.
type
:
array
items
:
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment