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
SOL006
Commits
537c2f8c
Commit
537c2f8c
authored
Feb 05, 2019
by
Mahesh Jethanandani
Browse files
Fix units
parent
500d98e6
Pipeline
#252
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-vnf.yang
View file @
537c2f8c
...
...
@@ -555,10 +555,10 @@ submodule etsi-nfv-vnf {
fraction-digits
1
;
range
"0..max"
;
}
units
"G
b
"
;
units
"G
B
"
;
default
1
;
description
"Amount of virtual memory in
M
B."
;
"Amount of virtual memory in
G
B."
;
reference
"GS NFV IFA011: Section 7.1.9.3, Information elements
related to Virtual Memory."
;
...
...
@@ -731,11 +731,11 @@ submodule etsi-nfv-vnf {
}
leaf
size-of-storage
{
type
uint64
;
units
"G
b
"
;
units
"G
B
"
;
default
0
;
description
"Size of virtualised storage resource (e.g. size of
volume, in G
b
)"
;
volume, in G
B
)"
;
reference
"GS NFV IFA011: Section 7.1.9.4, Information elements
related to Virtual Storage."
;
...
...
@@ -936,7 +936,7 @@ submodule etsi-nfv-vnf {
}
leaf
min-disk
{
type
uint64
;
units
"G
b
"
;
units
"G
B
"
;
default
0
;
description
"The minimal disk size requirement for this software
...
...
@@ -953,7 +953,7 @@ submodule etsi-nfv-vnf {
fraction-digits
1
;
range
"0..max"
;
}
units
"G
b
"
;
units
"G
B
"
;
default
0
;
description
"The minimal RAM requirement for this software image.
...
...
@@ -967,7 +967,7 @@ submodule etsi-nfv-vnf {
}
leaf
size
{
type
uint64
;
units
"G
b
"
;
units
"G
B
"
;
description
"The size of this software image."
;
reference
...
...
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