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