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
f71d74c8
Commit
f71d74c8
authored
Apr 09, 2021
by
piscione
Browse files
SOL003_23: new datamodel: AffectedVipCp
parent
223dd610
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
View file @
f71d74c8
...
...
@@ -1006,4 +1006,45 @@ definitions:
type
:
string
enum
:
-
FULL
-
SHORT
\ No newline at end of file
-
SHORT
AffectedVipCp
:
description
:
>
This type provides information about added, deleted and modified virtual IP CP instances.
type
:
object
required
:
-
cpInstanceId
-
cpdId
-
changeType
properties
:
cpInstanceId
:
description
:
>
Identifier of the virtual IP CP instance and the related "VipCpInfo" structure in "VnfInstance".
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
cpdId
:
description
:
>
Identifier of the VipCpd in the VNFD.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
vnfdId
:
description
:
>
Reference to the VNFD.
Shall be present in case of a "change current VNF Package" to
identify whether the affected virtual CP instance is associated
to a VipCpd which is referred from the source or destination VNFD.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
changeType
:
description
:
>
Signals the type of change.
Permitted values:
- ADDED
- REMOVED
- MODIFIED
type
:
string
enum
:
-
ADDED
-
REMOVED
-
MODIFIED
\ 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