Refactor components core and resource dict modules
[ccsdk/apps.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / vf-module-type.json
1 {
2   "name" : "vf-module-type",
3   "tags" : "vf-module-type",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "vf-module-type",
7     "type" : "string"
8   },
9   "sources" : {
10     "primary-db" : {
11       "type" : "source-primary-db",
12       "properties" : {
13         "type" : "SQL",
14         "query" : "select vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid",
15         "input-key-mapping" : {
16           "customizationid" : "vf-module-model-customization-uuid"
17         },
18         "output-key-mapping" : {
19           "vf-module-type" : "vf_module_type"
20         },
21         "key-dependencies" : [ "vf-module-model-customization-uuid" ]
22       }
23     }
24   }
25 }