pmcf 2.29.2 → 2.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,316 @@
1
+ export class WireguardNetworkInterface extends SkeletonNetworkInterface {
2
+ static get typeDefinition(): {
3
+ name: string;
4
+ specializationOf: {
5
+ name: string;
6
+ priority: number;
7
+ owners: string[];
8
+ extends: {
9
+ name: string;
10
+ owners: any[];
11
+ properties: {
12
+ owner: {
13
+ type: string;
14
+ collection: boolean;
15
+ writeable: boolean;
16
+ };
17
+ type: {
18
+ type: string;
19
+ collection: boolean;
20
+ writeable: boolean;
21
+ };
22
+ name: {
23
+ type: string;
24
+ collection: boolean;
25
+ identifier: boolean;
26
+ writeable: boolean;
27
+ };
28
+ description: {
29
+ type: string;
30
+ collection: boolean;
31
+ writeable: boolean;
32
+ };
33
+ priority: {
34
+ type: string;
35
+ collection: boolean;
36
+ writeable: boolean;
37
+ };
38
+ directory: {
39
+ type: string;
40
+ collection: boolean;
41
+ writeable: boolean;
42
+ };
43
+ packaging: {
44
+ type: string;
45
+ collection: boolean;
46
+ writeable: boolean;
47
+ };
48
+ tags: {
49
+ type: string;
50
+ collection: boolean;
51
+ writeable: boolean;
52
+ };
53
+ };
54
+ };
55
+ specializations: {};
56
+ factoryFor(owner: any, value: any): any;
57
+ properties: {
58
+ hostName: {
59
+ type: string;
60
+ collection: boolean;
61
+ writeable: boolean;
62
+ };
63
+ ipAddresses: {
64
+ type: string;
65
+ collection: boolean;
66
+ writeable: boolean;
67
+ };
68
+ hwaddr: {
69
+ type: string;
70
+ collection: boolean;
71
+ writeable: boolean;
72
+ };
73
+ network: {
74
+ type: string;
75
+ collection: boolean;
76
+ writeable: boolean;
77
+ };
78
+ destination: {
79
+ type: string;
80
+ collection: boolean;
81
+ writeable: boolean;
82
+ };
83
+ cidrAddresses: {
84
+ type: string;
85
+ collection: boolean;
86
+ writeable: boolean;
87
+ };
88
+ cidrAddress: {
89
+ type: string;
90
+ collection: boolean;
91
+ writeable: boolean;
92
+ };
93
+ addresses: {
94
+ type: string;
95
+ collection: boolean;
96
+ writeable: boolean;
97
+ };
98
+ address: {
99
+ type: string;
100
+ collection: boolean;
101
+ writeable: boolean;
102
+ };
103
+ scope: {
104
+ type: string;
105
+ collection: boolean;
106
+ writeable: boolean;
107
+ values: string[];
108
+ default: string;
109
+ };
110
+ class: {
111
+ type: string;
112
+ collection: boolean;
113
+ writeable: boolean;
114
+ values: string[];
115
+ };
116
+ kind: {
117
+ type: string;
118
+ collection: boolean;
119
+ writeable: boolean;
120
+ values: string[];
121
+ };
122
+ ssid: {
123
+ type: string;
124
+ collection: boolean;
125
+ writeable: boolean;
126
+ };
127
+ psk: {
128
+ type: string;
129
+ collection: boolean;
130
+ writeable: boolean;
131
+ };
132
+ metric: {
133
+ type: string;
134
+ collection: boolean;
135
+ writeable: boolean;
136
+ default: number;
137
+ };
138
+ MTU: {
139
+ type: string;
140
+ collection: boolean;
141
+ writeable: boolean;
142
+ default: number;
143
+ };
144
+ gateway: {
145
+ type: string;
146
+ collection: boolean;
147
+ writeable: boolean;
148
+ };
149
+ multicastDNS: {
150
+ type: string;
151
+ collection: boolean;
152
+ writeable: boolean;
153
+ default: boolean;
154
+ };
155
+ };
156
+ };
157
+ owners: string[];
158
+ extends: {
159
+ name: string;
160
+ priority: number;
161
+ owners: string[];
162
+ extends: {
163
+ name: string;
164
+ owners: any[];
165
+ properties: {
166
+ owner: {
167
+ type: string;
168
+ collection: boolean;
169
+ writeable: boolean;
170
+ };
171
+ type: {
172
+ type: string;
173
+ collection: boolean;
174
+ writeable: boolean;
175
+ };
176
+ name: {
177
+ type: string;
178
+ collection: boolean;
179
+ identifier: boolean;
180
+ writeable: boolean;
181
+ };
182
+ description: {
183
+ type: string;
184
+ collection: boolean;
185
+ writeable: boolean;
186
+ };
187
+ priority: {
188
+ type: string;
189
+ collection: boolean;
190
+ writeable: boolean;
191
+ };
192
+ directory: {
193
+ type: string;
194
+ collection: boolean;
195
+ writeable: boolean;
196
+ };
197
+ packaging: {
198
+ type: string;
199
+ collection: boolean;
200
+ writeable: boolean;
201
+ };
202
+ tags: {
203
+ type: string;
204
+ collection: boolean;
205
+ writeable: boolean;
206
+ };
207
+ };
208
+ };
209
+ specializations: {};
210
+ factoryFor(owner: any, value: any): any;
211
+ properties: {
212
+ hostName: {
213
+ type: string;
214
+ collection: boolean;
215
+ writeable: boolean;
216
+ };
217
+ ipAddresses: {
218
+ type: string;
219
+ collection: boolean;
220
+ writeable: boolean;
221
+ };
222
+ hwaddr: {
223
+ type: string;
224
+ collection: boolean;
225
+ writeable: boolean;
226
+ };
227
+ network: {
228
+ type: string;
229
+ collection: boolean;
230
+ writeable: boolean;
231
+ };
232
+ destination: {
233
+ type: string;
234
+ collection: boolean;
235
+ writeable: boolean;
236
+ };
237
+ cidrAddresses: {
238
+ type: string;
239
+ collection: boolean;
240
+ writeable: boolean;
241
+ };
242
+ cidrAddress: {
243
+ type: string;
244
+ collection: boolean;
245
+ writeable: boolean;
246
+ };
247
+ addresses: {
248
+ type: string;
249
+ collection: boolean;
250
+ writeable: boolean;
251
+ };
252
+ address: {
253
+ type: string;
254
+ collection: boolean;
255
+ writeable: boolean;
256
+ };
257
+ scope: {
258
+ type: string;
259
+ collection: boolean;
260
+ writeable: boolean;
261
+ values: string[];
262
+ default: string;
263
+ };
264
+ class: {
265
+ type: string;
266
+ collection: boolean;
267
+ writeable: boolean;
268
+ values: string[];
269
+ };
270
+ kind: {
271
+ type: string;
272
+ collection: boolean;
273
+ writeable: boolean;
274
+ values: string[];
275
+ };
276
+ ssid: {
277
+ type: string;
278
+ collection: boolean;
279
+ writeable: boolean;
280
+ };
281
+ psk: {
282
+ type: string;
283
+ collection: boolean;
284
+ writeable: boolean;
285
+ };
286
+ metric: {
287
+ type: string;
288
+ collection: boolean;
289
+ writeable: boolean;
290
+ default: number;
291
+ };
292
+ MTU: {
293
+ type: string;
294
+ collection: boolean;
295
+ writeable: boolean;
296
+ default: number;
297
+ };
298
+ gateway: {
299
+ type: string;
300
+ collection: boolean;
301
+ writeable: boolean;
302
+ };
303
+ multicastDNS: {
304
+ type: string;
305
+ collection: boolean;
306
+ writeable: boolean;
307
+ default: boolean;
308
+ };
309
+ };
310
+ };
311
+ priority: number;
312
+ properties: {};
313
+ };
314
+ get kind(): string;
315
+ }
316
+ import { SkeletonNetworkInterface } from "./skeleton.mjs";