aboutsummaryrefslogtreecommitdiffstats
path: root/dcae-controller-service-docker/dcae-controller-service-common-docker/dcae-controller-service-common-docker-manager/src/main/sirius-gen/CommonDockerManager.yaml
blob: 6ab6771e3cb2bc4f5c52c3b75823faf60e2f7388 (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
operations:
  test: {}
  suspend: {}
  resume: {}
  publicKey: {}
  configurationChanged: {}
  updateStreams: {}
  REMOTE_test:
    decription: Remote call test
  REMOTE_suspend:
    decription: Remote call suspend
  REMOTE_resume:
    decription: Remote call resume
  REMOTE_publicKey:
    decription: Remote call publicKey
  REMOTE_configurationChanged:
    decription: Remote call configurationChanged
  REMOTE_updateStreams:
    decription: Remote call updateStreams
messages:
  dummy: {}
  test:
    errorCode: test-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  suspend:
    errorCode: suspend-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  resume:
    errorCode: resume-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  publicKey:
    errorCode: publicKey-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  configurationChanged:
    errorCode: configurationChanged-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  updateStreams:
    errorCode: updateStreams-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  REMOTE_test:
    errorCode: REMOTE-test-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_suspend:
    errorCode: REMOTE-suspend-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_resume:
    errorCode: REMOTE-resume-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_publicKey:
    errorCode: REMOTE-publicKey-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_configurationChanged:
    errorCode: REMOTE-configurationChanged-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_updateStreams:
    errorCode: REMOTE-updateStreams-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception