diff options
author | eleonorali <eleonoral@amdocs.com> | 2018-06-11 18:18:32 +0300 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-06-13 08:11:39 +0000 |
commit | d932a21e9f99ef5e706975a73c4f17a145445fe1 (patch) | |
tree | f032ce66e98fa285938fc7334a855a6860408d99 /common | |
parent | 876cbe681d01a09fa718d9602eacf0cbee8c6385 (diff) |
CR Port Mirroring: add new properties
Add new properties nfc_naming_code and nf_naming_code.
Merge from release/1806.
Change-Id: I25abd4036e34ab43980ec433df9a3510926e4f8b
Issue-ID: SDC-1417
Signed-off-by: eleonorali <eleonoral@amdocs.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml index 47d424f407..ef11987f8c 100644 --- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml +++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml @@ -560,8 +560,14 @@ data_types: properties: nf_type: type: string + description: deprecated nfc_type: type: string + description: deprecated + nf_naming_code: + type: string + nfc_naming_code: + type: string network_role: type: string pps_capacity: |