This type represents describes a group of CPs and/or SAPs pairs associated to
This type represents describes a group of CPs and/or SAPs pairs associated to
the same position in an NFP. It shall comply with the provisions defined in
the same position in an NFP. It shall comply with the provisions defined in
Table 6.5.3.71-1.
Table 6.5.3.71-1.
NOTE: All CP or SAP pairs in a group shall be instantiated from connection
point descriptors or service access point descriptors referenced in the corresponding
NfpPositionDesc.
type:object
type:object
properties:
properties:
cpPairInfo:
cpPairInfo:
...
@@ -1147,6 +1150,8 @@ definitions:
...
@@ -1147,6 +1150,8 @@ definitions:
All CP or SAP pairs in a group shall be instantiated from connection point
All CP or SAP pairs in a group shall be instantiated from connection point
descriptors or service access point descriptors referenced in the corresponding
descriptors or service access point descriptors referenced in the corresponding
NfpPositionDesc.
NfpPositionDesc.
See note.
type:array
type:array
minItems:1
minItems:1
items:
items:
...
@@ -1174,14 +1179,16 @@ definitions:
...
@@ -1174,14 +1179,16 @@ definitions:
description:>
description:>
This type represents describes a pair of ingress and egress CPs or SAPs which
This type represents describes a pair of ingress and egress CPs or SAPs which
the NFP passes by. It shall comply with the provisions defined in Table 6.5.3.72-1.
the NFP passes by. It shall comply with the provisions defined in Table 6.5.3.72-1.
NOTE 1: The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates that the CP or SAP is used both as an ingress and egress port at a particular NFP position.
NOTE 2: Only one of these three attributes shall be present.
type:object
type:object
properties:
properties:
vnfExtCpIds:
vnfExtCpIds:
description:>
description:>
Identifier(s) of the VNF CP(s) which form the pair.
Identifier(s) of the VNF CP(s) which form the pair.
The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates
that the CP or SAP is used both as an ingress and egress port at a particular
See note 1 and note 2.
NFP position.
type:array
type:array
maxItems:2
maxItems:2
items:
items:
...
@@ -1189,9 +1196,8 @@ definitions:
...
@@ -1189,9 +1196,8 @@ definitions:
pnfExtCpIds:
pnfExtCpIds:
description:>
description:>
Identifier(s) of the PNF CP(s) which form the pair.
Identifier(s) of the PNF CP(s) which form the pair.
The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates
that the CP or SAP is used both as an ingress and egress port at a particular
See note 1 and note 2.
NFP position.
type:array
type:array
maxItems:2
maxItems:2
items:
items:
...
@@ -1199,9 +1205,8 @@ definitions:
...
@@ -1199,9 +1205,8 @@ definitions:
sapIds:
sapIds:
description:>
description:>
Identifier(s) of the SAP(s) which form the pair.
Identifier(s) of the SAP(s) which form the pair.
The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates
that the CP or SAP is used both as an ingress and egress port at a particular
See note 1 and note 2.
NFP position.
type:array
type:array
maxItems:2
maxItems:2
items:
items:
...
@@ -1211,6 +1216,8 @@ definitions:
...
@@ -1211,6 +1216,8 @@ definitions:
description:>
description:>
This type represents provides input parameters to configure the forwarding behaviour.
This type represents provides input parameters to configure the forwarding behaviour.
It shall comply with the provisions defined in Table 6.5.3.73-1.
It shall comply with the provisions defined in Table 6.5.3.73-1.
NOTE 1: If applicable to the algorithm but not provided, default values determined by the VIM or NFVI are expected to be used.
NOTE 2: Weight applies to the CP instances in the order they have been created.
type:object
type:object
properties:
properties:
algortihmName:
algortihmName:
...
@@ -1237,9 +1244,7 @@ definitions:
...
@@ -1237,9 +1244,7 @@ definitions:
description:>
description:>
Percentage of messages sent to a CP instance. May be included if applicable to
Percentage of messages sent to a CP instance. May be included if applicable to
the algorithm.
the algorithm.
If applicable to the algorithm but not provided, default values determined by
See note 1 and note 2.
the VIM or NFVI are expected to be used.
Weight applies to the CP instances in the order they have been created.
type:array
type:array
items:
items:
type:integer
type:integer
...
@@ -5274,6 +5279,7 @@ definitions:
...
@@ -5274,6 +5279,7 @@ definitions:
description:|
description:|
This type provides information about the connectivity to the WAN of network resources realizing a VL, e.g.,
This type provides information about the connectivity to the WAN of network resources realizing a VL, e.g.,
when the VL is deployed on several sites across a WAN. It shall comply with the provisions defined in table 6.5.3.90-1.
when the VL is deployed on several sites across a WAN. It shall comply with the provisions defined in table 6.5.3.90-1.
NOTE: Either a "nsVirtualLinkInfoId" or a "vnfVirtualLinkResourceInfoId" shall be provided, but not both.
type:object
type:object
required:
required:
-wanConnectionInfoId
-wanConnectionInfoId
...
@@ -5291,13 +5297,13 @@ definitions:
...
@@ -5291,13 +5297,13 @@ definitions:
description:>
description:>
References the NS VL instance to which the connection information is associated. Shall be present if a
References the NS VL instance to which the connection information is associated. Shall be present if a
corresponding NS VL instance has been created.
corresponding NS VL instance has been created.
Either a "nsVirtualLinkInfoId" or a "vnfVirtualLinkResourceInfoId" shall be provided, but not both.