summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/modelDescription/otn-odu-conditional-packages.yin.json
blob: 3091cc0de432ffa49a1e600eaa68a6eb6fd94d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
	"module": {
		"name": "otn-odu-conditional-packages",
		"otn-odu-conditional-packages": {
			"otn-odu-connection-pac": {
				"type": "list",
				"key": "layer-protocol",
				"otn-odu-connection-capability": {
					"name": "otn-odu-connection-capability",
					"local-name": "capability",
					"type": "container"
				},
				"otn-odu-connection-configuration": {
					"name": "otn-odu-connection-configuration",
					"local-name": "configuration",
					"type": "container"
				},
				"otn-odu-connection-status": {
					"name": "otn-odu-connection-status",
					"local-name": "status",
					"type": "container"
				},
				"otn-odu-connection-current-problems": {
					"name": "otn-odu-connection-current-problems",
					"local-name": "current-problems",
					"type": "container"
				},
				"otn-odu-connection-current-performance": {
					"name": "otn-odu-connection-current-performance",
					"local-name": "current-performance",
					"type": "container"
				},
				"otn-odu-connection-historical-performances": {
					"name": "otn-odu-connection-historical-performances",
					"local-name": "historical-performances",
					"type": "container"
				}
			},
			"otn-odu-termination-pac": {
				"type": "list",
				"key": "layer-protocol",
				"otn-odu-termination-capability": {
					"name": "otn-odu-termination-capability",
					"local-name": "capability",
					"type": "container"
				},
				"otn-odu-termination-configuration": {
					"name": "otn-odu-termination-configuration",
					"local-name": "configuration",
					"type": "container"
				},
				"otn-odu-termination-status": {
					"name": "otn-odu-termination-status",
					"local-name": "status",
					"type": "container"
				},
				"otn-odu-termination-current-problems": {
					"name": "otn-odu-termination-current-problems",
					"local-name": "current-problems",
					"type": "container"
				},
				"otn-odu-termination-current-performance": {
					"name": "otn-odu-termination-current-performance",
					"local-name": "current-performance",
					"type": "container"
				},
				"otn-odu-termination-historical-performances": {
					"name": "otn-odu-termination-historical-performances",
					"local-name": "historical-performances",
					"type": "container"
				}
			}
		}
	}
}