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
SOL002-SOL003
Commits
dceeb672
Commit
dceeb672
authored
Apr 09, 2021
by
piscione
Browse files
SOL003_25: new datamodel: VipCpInfo
parent
80ef86e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
View file @
dceeb672
...
...
@@ -1063,4 +1063,61 @@ definitions:
enum
:
-
ADDED
-
REMOVED
-
MODIFIED
\ No newline at end of file
-
MODIFIED
VipCpInfo
:
description
:
>
This type provides information related to virtual IP (VIP) CP.
type
:
object
required
:
-
cpInstanceId
-
cpdId
properties
:
cpInstanceId
:
description
:
>
Identifier of this VIP CP instance and of this VipCpInfo information element.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
cpdId
:
description
:
>
Identifier of the VIP Connection Point Descriptor, VipCpd, in the VNFD.
$ref
:
"
SOL002SOL003_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
:
"
SOL002SOL003_def.yaml#/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
item
:
$ref
:
"
#/definitions/CpProtocolInfo"
associatedVnfcCpIds
:
description
:
>
Identifiers of the VnfcCps that share the virtual IP addresses 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
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
vnfLinkPortId
:
description
:
>
Identifier of the "VnfLinkPortInfo" structure in the "VnfVirtualLinkResourceInfo" or
"ExtManagedVirtualLinkInfo" structure. Shall be present if the CP is associated to a
link port on an internal VL (including externally-managed internal VL).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
metadata
:
description
:
>
Metadata about this VIP CP.
type
:
array
items
:
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
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