major update for simplest and working example
[doc.git] / docs / guides / onap-user / design / parameter_resolution / ubuntu_example / cba-after-enrichment / Definitions / data_types.json
1 {
2   "data_types" : {
3     "dt-resource-assignment-properties" : {
4       "description" : "Dynamic DataType definition for workflow(resource-assignment).",
5       "version" : "1.0.0",
6       "properties" : {
7         "vnf-id" : {
8           "description" : "",
9           "required" : false,
10           "type" : "string",
11           "status" : "",
12           "constraints" : [ { } ],
13           "default" : "",
14           "entry_schema" : {
15             "type" : ""
16           }
17         },
18         "vf-module-id" : {
19           "description" : "",
20           "required" : false,
21           "type" : "string",
22           "status" : "",
23           "constraints" : [ { } ],
24           "default" : "",
25           "entry_schema" : {
26             "type" : ""
27           }
28         },
29         "ubuntuCDS_pub_key" : {
30           "description" : "",
31           "required" : false,
32           "type" : "string",
33           "status" : "",
34           "constraints" : [ { } ],
35           "entry_schema" : {
36             "type" : ""
37           }
38         },
39         "vnf_id" : {
40           "description" : "",
41           "required" : false,
42           "type" : "string",
43           "status" : "",
44           "constraints" : [ { } ],
45           "default" : "",
46           "entry_schema" : {
47             "type" : ""
48           }
49         },
50         "service-instance-id" : {
51           "description" : "",
52           "required" : false,
53           "type" : "string",
54           "status" : "",
55           "constraints" : [ { } ],
56           "default" : "",
57           "entry_schema" : {
58             "type" : ""
59           }
60         },
61         "vnf_name" : {
62           "description" : "",
63           "required" : false,
64           "type" : "string",
65           "status" : "",
66           "constraints" : [ { } ],
67           "default" : "ubuntuCDS-VNF-name",
68           "entry_schema" : {
69             "type" : ""
70           }
71         },
72         "ubuntuCDS_flavor_name" : {
73           "description" : "",
74           "required" : false,
75           "type" : "string",
76           "status" : "",
77           "constraints" : [ { } ],
78           "entry_schema" : {
79             "type" : ""
80           }
81         },
82         "ubuntuCDS_name_0" : {
83           "description" : "",
84           "required" : false,
85           "type" : "string",
86           "status" : "",
87           "constraints" : [ { } ],
88           "entry_schema" : {
89             "type" : ""
90           }
91         },
92         "admin_plane_net_name" : {
93           "description" : "",
94           "required" : false,
95           "type" : "string",
96           "status" : "",
97           "constraints" : [ { } ],
98           "entry_schema" : {
99             "type" : ""
100           }
101         },
102         "ubuntuCDS_image_name" : {
103           "description" : "",
104           "required" : false,
105           "type" : "string",
106           "status" : "",
107           "constraints" : [ { } ],
108           "entry_schema" : {
109             "type" : ""
110           }
111         }
112       },
113       "derived_from" : "tosca.datatypes.Dynamic"
114     }
115   }
116 }