Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL005
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
ddb068df
Commit
ddb068df
authored
Apr 10, 2019
by
Samir Medjiah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SOL005_93: Added a new data type : "ForwardingBehaviour InputParameters" (NS LCM)
parent
e048559e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
SOL005NSLifecycleManagement_def.yaml
...nagement/definitions/SOL005NSLifecycleManagement_def.yaml
+37
-0
No files found.
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
ddb068df
...
...
@@ -881,6 +881,43 @@ definitions:
items
:
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInNs"
ForwardingBehaviourInputParameters
:
description
:
>
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.
type
:
object
properties
:
algortihmName
:
description
:
>
May be included if forwarding behaviour is equal to LB. Shall not be included otherwise.
Permitted values:
* ROUND_ROBIN
* LEAST_CONNECTION
* LEAST_TRAFFIC
* LEAST_RESPONSE_TIME
* CHAINED_FAILOVER
* SOURCE_IP_HASH
* SOURCE_MAC_HASH
type
:
string
enum
:
-
ROUND_ROBIN
-
LEAST_CONNECTION
-
LEAST_TRAFFIC
-
LEAST_RESPONSE_TIME
-
CHAINED_FAILOVER
-
SOURCE_IP_HASH
-
SOURCE_MAC_HASH
algorithmWeights
:
description
:
>
Percentage of messages sent to a CP instance. May be included if applicable to
the algorithm.
If applicable to the algorithm but not provided, default values determined by
the VIM or NFVI are expected to be used.
Weight applies to the CP instances in the order they have been created.
type
:
array
items
:
type
:
integer
CpProtocolInfo
:
description
:
>
This type describes the protocol layer(s) that a CP or SAP uses together with protocol-related information, like
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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