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
SOL005
Commits
3af4c61d
Commit
3af4c61d
authored
Mar 08, 2019
by
Michele Carignani
Browse files
fix: replaced type unsignedInt with type integer and mimimum value 0
parent
237b28af
Pipeline
#367
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSPerformanceManagement/definitions/SOL005NSPerfomananceManagement_def.yaml
View file @
3af4c61d
...
...
@@ -60,7 +60,8 @@ definitions:
within one reporting period are reported together.
In particular when choosing short collection and reporting periods, the number of PM jobs that can be
supported depends on the capability of the producing entity.
type
:
UnsignedInt
type
:
integer
minimum
:
0
default
:
0
reportingPeriod
:
description
:
>
...
...
@@ -73,7 +74,8 @@ definitions:
within one reporting period are reported together.
In particular when choosing short collection and reporting periods, the number of PM jobs that can be
supported depends on the capability of the producing entity.
type
:
UnsignedInt
type
:
integer
minimum
:
0
default
:
0
reportingBoundary
:
description
:
>
...
...
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