1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[
{
"config": {
"content": {
"naming-models":[
{
"naming-properties":[
{ "property-name" : "COMPLEX", "property-operation" : "substr(5)" },
{ "property-name" : "SEQUENCE", "increment-sequence":{
"max" : "zzz" , "scope" : "ENTIRETY" , "start-value" : "001" , "length" : "3",
"increment" : "1" , "sequence-type" : "alpha-numeric"}
},
{"property-name" : "NF_NAMING_CODE"}
],
"naming-type" : "VNF2",
"nfRole" : "vPE",
"naming-recipe" : "COMPLEX|SEQUENCE|NF_NAMING_CODE"
},
{
"naming-properties":[
{"property-name" : "NF_NAMING_CODE"}
],
"naming-type" : "VNF2",
"nfRole" : "VNF2",
"naming-recipe" : "NF_NAMING_CODE"
}
]
}
},
"policyName": "vnf2-policy-1"
}
]
|