Skip to content
This repository was archived by the owner on Nov 29, 2017. It is now read-only.

Commit 88c37e9

Browse files
committed
services firs commit
1 parent f84df1e commit 88c37e9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

services.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "contivModel",
3+
"objects": [
4+
{
5+
"name": "ServiceLB",
6+
"type": "object",
7+
"key": ["serviceName","tenantName"],
8+
"properties": {
9+
"serviceName": {
10+
"type": "string",
11+
"title": "service name",
12+
"length": 256
13+
},
14+
"tenantName": {
15+
"type": "string",
16+
"title": "Tenant Name",
17+
"length": 64
18+
},
19+
20+
"subnet": {
21+
"type": "string",
22+
"title": "Service subnet",
23+
"length": 15
24+
},
25+
"labels": {
26+
"type": "string",
27+
"title": "labels key value pair",
28+
"length": 512
29+
}
30+
}
31+
}]
32+
}
33+

0 commit comments

Comments
 (0)