Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOL002-SOL003
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Miguel Angel Reina Ortega
SOL002-SOL003
Commits
d6e88177
Commit
d6e88177
authored
6 years ago
by
Francesca Moscatelli
Browse files
Options
Downloads
Patches
Plain Diff
SOL002_42: VnfExtCpInfo added to SOL002SOL003VNFLifecycleManagement_def.yaml
parent
ff96d883
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
+114
-68
114 additions, 68 deletions
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
with
114 additions
and
68 deletions
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
+
114
−
68
View file @
d6e88177
...
...
@@ -612,6 +612,70 @@ definitions:
description
:
>
Metadata about this resource.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
VnfExtCpInfo
:
description
:
>
This type represents information about an external CP of a VNF.
It shall comply with the provisions defined in table 5.5.3.25 1.
type
:
object
required
:
-
id
-
cpdId
-
cpProtocolInfo
properties
:
id
:
description
:
>
Identifier of the external CP instance and the related information instance.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
cpdId
:
description
:
>
Identifier of the external CPD, VnfExtCpd, in the VNFD.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
cpProtocolInfo
:
description
:
>
Network protocol information for this CP.
type
:
array
items
:
$ref
:
"
#/definitions/CpProtocolInfo"
extLinkPortId
:
description
:
>
Identifier of the "extLinkPortInfo" structure inside the "extVirtualLinkInfo" structure.
Shall be present if the CP is associated to a link port.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
metadata
:
description
:
>
Metadata about this external CP.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
associatedVnfcCpId
:
description
:
>
Identifier of the "vnfcCpInfo" structure in "VnfcResourceInfo" structure that represents
the VNFC CP which is exposed by this external CP instance.
Shall be present in case this CP instance maps to a VNFC CP. See note.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
associatedVnfVirtualLinkId
:
description
:
>
Identifier of the "VnfVirtualLinkResourceInfo" structure that represents the internal VL
which is exposed by this external CP instance.
Shall be present in case this CP instance maps to an internal VL. See note.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
VnfcInfoModifications
:
description
:
>
This type represents modifications of an entry in an array of "VnfcInfo" objects.
It shall comply with the provisions defined in table 5.5.3.24-1.
type
:
object
required
:
-
id
-
vnfcConfigurableProperties
properties
:
id
:
description
:
>
Identifier of the VNFC instance of which the information is to be modified.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
vnfcConfigurableProperties
:
description
:
>
Changes of the configurable properties of the VNFC instance.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
VnfcResourceInfo
:
description
:
>
...
...
@@ -784,61 +848,7 @@ definitions:
description
:
>
Links to resources related to this notification.
$ref
:
"
#/definitions/LccnLinks"
VnfInfoModificationRequest
:
description
:
>
This type represents attribute modifications for an "Individual VNF instance" resource,
i.e. modifications to a resource representation based on the "VnfInstance" data type.
The attributes of "VnfInstance" that can be modified according to the provisions in clause 5.5.2.2
are included in the "VnfInfoModificationRequest" data type.
The "VnfInfoModificationRequest" data type shall comply with the provisions defined in table 5.5.2.12-1.
type
:
object
properties
:
vnfInstanceName
:
description
:
>
New value of the "vnfInstanceName" attribute in "VnfInstance", or "null" to remove the attribute.
type
:
string
vnfInstanceDescription
:
description
:
>
New value of the "vnfInstanceDescription" attribute in "VnfInstance", or "null" to remove the attribute.
type
:
string
vnfPkgId
:
description
:
>
New value of the "vnfPkgId" attribute in "VnfInstance". The value "null" is not permitted.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
vnfConfigurableProperties
:
description
:
>
Modifications of the "vnfConfigurableProperties" attribute in "VnfInstance".
If present, these modifications shall be applied according to the rules of
JSON Merge PATCH (see IETF RFC 7396 [15]).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
metadata
:
description
:
>
Modifications of the "metadattametadata" attribute in "VnfInstance".
If present, these modifications shall be applied according to the rules of
JSON Merge PATCH (see IETF RFC 7396 [15]).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
extensions
:
description
:
>
Modifications of the "extensions" attribute in "VnfInstance".
If present, these modifications shall be applied according to the rules of
JSON Merge PATCH (see IETF RFC 7396 [15]).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
vnfcInfoModifications
:
description
:
>
Modifications of certain entries in the "vnfcInfo" attribute array in the
"instantiatedVnfInfo" attribute of "VnfInstance"." to be used as "newList" as defined below this table.
type
:
array
items
:
$ref
:
"
#/definitions/VnfcInfoModifications"
vnfcInfoModificationsDeleteIds
:
description
:
>
List of identifiers entries to be deleted from the 'vnfcInfoModifications" attribute array
to be used as "deleteIdList" as defined below this table.
type
:
array
items
:
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
VnfInfoModifications
:
description
:
>
This type represents attribute modifications that were performed on an
...
...
@@ -889,7 +899,7 @@ definitions:
vnfdId
:
description
:
>
If present, this attribute signals modifications of the "vnfdId"
attribute in "VnfInstance".
attribute in "VnfInstance".
If present, this attribute (which depends on the value of the
"vnfPkgId" attribute) was modified implicitly following a request to
modify the "vnfPkgId" attribute, by copying the value of this
...
...
@@ -919,7 +929,7 @@ definitions:
vnfSoftwareVersion
:
description
:
>
If present, this attribute signals modifications of the
"vnfSoftwareVersion" attribute in "VnfInstance".
"vnfSoftwareVersion" attribute in "VnfInstance".
$ref
:
"
SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/Version"
vnfdVersion
:
description
:
>
...
...
@@ -932,23 +942,59 @@ definitions:
"vnfPkgId” attribute.
$ref
:
"
SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/Version"
Vnf
c
InfoModification
s
:
VnfInfoModification
Request
:
description
:
>
This type represents modifications of an entry in an array of "VnfcInfo" objects.
It shall comply with the provisions defined in table 5.5.3.24-1.
This type represents attribute modifications for an "Individual VNF instance" resource,
i.e. modifications to a resource representation based on the "VnfInstance" data type.
The attributes of "VnfInstance" that can be modified according to the provisions in clause 5.5.2.2
are included in the "VnfInfoModificationRequest" data type.
The "VnfInfoModificationRequest" data type shall comply with the provisions defined in table 5.5.2.12-1.
type
:
object
required
:
-
id
-
vnfcConfigurableProperties
properties
:
id
:
vnfInstanceName
:
description
:
>
Identifier
of the
VNFC i
nstance
of which the information is to be modified
.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
vnf
cConfigurableProperties
:
New value
of the
"vnfI
nstance
Name" attribute in "VnfInstance", or "null" to remove the attribute
.
type
:
string
vnf
InstanceDescription
:
description
:
>
Changes of the configurable properties of the VNFC instance.
New value of the "vnfInstanceDescription" attribute in "VnfInstance", or "null" to remove the attribute.
type
:
string
vnfPkgId
:
description
:
>
New value of the "vnfPkgId" attribute in "VnfInstance". The value "null" is not permitted.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
vnfConfigurableProperties
:
description
:
>
Modifications of the "vnfConfigurableProperties" attribute in "VnfInstance".
If present, these modifications shall be applied according to the rules of
JSON Merge PATCH (see IETF RFC 7396 [15]).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
metadata
:
description
:
>
Modifications of the "metadattametadata" attribute in "VnfInstance".
If present, these modifications shall be applied according to the rules of
JSON Merge PATCH (see IETF RFC 7396 [15]).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
extensions
:
description
:
>
Modifications of the "extensions" attribute in "VnfInstance".
If present, these modifications shall be applied according to the rules of
JSON Merge PATCH (see IETF RFC 7396 [15]).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
vnfcInfoModifications
:
description
:
>
Modifications of certain entries in the "vnfcInfo" attribute array in the
"instantiatedVnfInfo" attribute of "VnfInstance"." to be used as "newList" as defined below this table.
type
:
array
items
:
$ref
:
"
#/definitions/VnfcInfoModifications"
vnfcInfoModificationsDeleteIds
:
description
:
>
List of identifiers entries to be deleted from the 'vnfcInfoModifications" attribute array
to be used as "deleteIdList" as defined below this table.
type
:
array
items
:
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
VnfInstance
:
description
:
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment