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
30b52146
Commit
30b52146
authored
May 10, 2019
by
Samir Medjiah
Browse files
SOL005: fix common data types for NSM interface
parent
fa630c42
Pipeline
#913
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
30b52146
This diff is collapsed.
Click to expand it.
src/SOL005/definitions/SOL005_def.yaml
View file @
30b52146
...
...
@@ -6,38 +6,6 @@ definitions:
An identifier with the intention of being globally unique.
type
:
string
IdentifierInNs
:
description
:
>
An identifier that is unique with respect to a NS. Representation: string of variable length.
type
:
string
IdentifierInNsd
:
description
:
>
An identifier that is unique within a NS descriptor. Representation: string of variable length.
type
:
string
IdentifierInPnf
:
description
:
>
An Identifier that is unique within respect to a PNF. Representation: string of variable length.
type
:
string
IdentifierInVim
:
description
:
>
An identifier maintained by the VIM or other resource provider.
It is expected to be unique within the VIM instance. Representation: string of variable length.
type
:
string
IdentifierInVnfd
:
description
:
>
Identifier of the VNF Virtual Link Descriptor (VLD) in the VNFD.
type
:
string
IdentifierInVnf
:
description
:
>
An identifier that is unique for the respective type within a VNF
instance, but may not be globally unique.
type
:
string
DateTime
:
description
:
>
Date-time stamp.
...
...
@@ -55,48 +23,6 @@ definitions:
The Boolean is a data type having two values (TRUE and FALSE).
type
:
boolean
MacAddress
:
description
:
>
A MAC address. Representation: string that consists of groups of two hexadecimal digits,
separated by hyphens or colons.
type
:
string
IpAddress
:
description
:
>
An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal
integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that
consists of groups of zero to four hexadecimal digits, separated by colons.
type
:
string
format
:
-
ipv4
-
ipv6
IpAddressPrefix
:
description
:
>
An IPV4 or IPV6 address range in CIDR format. For IPV4 address range, refer to IETF RFC 4632 [12].
For IPV6 address range, refer to IETF RFC 4291.
type
:
string
PortRange
:
description
:
>
The PortRange data type provides the lower and upper bounds of a range of Internet ports.
It shall comply with the provisions defined in Table 6.5.3.42-1.
type
:
object
required
:
-
lowerPort
-
upperPort
properties
:
lowerPort
:
description
:
>
Identifies the lower bound of the port range. upperPort Integer
type
:
integer
minimum
:
0
upperPort
:
description
:
>
Identifies the upper bound of the port range.
type
:
integer
minimum
:
0
Version
:
description
:
>
A Version. Representation: string of variable length.
...
...
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