pmcf 3.1.1 → 3.1.2
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.
- package/package.json +2 -2
- package/types/base.d.mts +0 -6
- package/types/cluster.d.mts +0 -38
- package/types/extra-source-service.d.mts +0 -16
- package/types/host.d.mts +0 -24
- package/types/location.d.mts +0 -29
- package/types/network-interfaces/ethernet.d.mts +0 -40
- package/types/network-interfaces/loopback.d.mts +0 -40
- package/types/network-interfaces/network-interface.d.mts +0 -40
- package/types/network-interfaces/wireguard.d.mts +0 -40
- package/types/network-interfaces/wlan.d.mts +0 -60
- package/types/network-support.d.mts +0 -11
- package/types/network.d.mts +0 -20
- package/types/owner.d.mts +0 -14
- package/types/root.d.mts +0 -29
- package/types/service.d.mts +0 -36
- package/types/services/bind.d.mts +0 -44
- package/types/services/chrony.d.mts +0 -32
- package/types/services/influxdb.d.mts +0 -32
- package/types/services/kea.d.mts +0 -37
- package/types/services/mosquitto.d.mts +0 -32
- package/types/services/openldap.d.mts +0 -35
- package/types/services/systemd-journal-remote.d.mts +0 -32
- package/types/services/systemd-journal-upload.d.mts +0 -33
- package/types/services/systemd-journal.d.mts +0 -32
- package/types/services/systemd-resolved.d.mts +0 -32
- package/types/services/systemd-timesyncd.d.mts +0 -32
- package/types/subnet.d.mts +0 -1
package/types/location.d.mts
CHANGED
|
@@ -23,7 +23,6 @@ export class Location extends Owner {
|
|
|
23
23
|
collection: boolean;
|
|
24
24
|
private?: boolean;
|
|
25
25
|
depends?: string;
|
|
26
|
-
additionalAttributes: string[];
|
|
27
26
|
description?: string;
|
|
28
27
|
default?: any;
|
|
29
28
|
set?: Function;
|
|
@@ -38,7 +37,6 @@ export class Location extends Owner {
|
|
|
38
37
|
collection: boolean;
|
|
39
38
|
private?: boolean;
|
|
40
39
|
depends?: string;
|
|
41
|
-
additionalAttributes: string[];
|
|
42
40
|
description?: string;
|
|
43
41
|
default?: any;
|
|
44
42
|
set?: Function;
|
|
@@ -58,7 +56,6 @@ export class Location extends Owner {
|
|
|
58
56
|
collection: boolean;
|
|
59
57
|
private?: boolean;
|
|
60
58
|
depends?: string;
|
|
61
|
-
additionalAttributes: string[];
|
|
62
59
|
description?: string;
|
|
63
60
|
default?: any;
|
|
64
61
|
set?: Function;
|
|
@@ -73,7 +70,6 @@ export class Location extends Owner {
|
|
|
73
70
|
collection: boolean;
|
|
74
71
|
private?: boolean;
|
|
75
72
|
depends?: string;
|
|
76
|
-
additionalAttributes: string[];
|
|
77
73
|
description?: string;
|
|
78
74
|
default?: any;
|
|
79
75
|
set?: Function;
|
|
@@ -89,7 +85,6 @@ export class Location extends Owner {
|
|
|
89
85
|
collection: boolean;
|
|
90
86
|
private?: boolean;
|
|
91
87
|
depends?: string;
|
|
92
|
-
additionalAttributes: string[];
|
|
93
88
|
description?: string;
|
|
94
89
|
set?: Function;
|
|
95
90
|
get?: Function;
|
|
@@ -103,7 +98,6 @@ export class Location extends Owner {
|
|
|
103
98
|
mandatory: boolean;
|
|
104
99
|
private?: boolean;
|
|
105
100
|
depends?: string;
|
|
106
|
-
additionalAttributes: string[];
|
|
107
101
|
description?: string;
|
|
108
102
|
default?: any;
|
|
109
103
|
set?: Function;
|
|
@@ -143,7 +137,6 @@ export class Location extends Owner {
|
|
|
143
137
|
collection: boolean;
|
|
144
138
|
private?: boolean;
|
|
145
139
|
depends?: string;
|
|
146
|
-
additionalAttributes: string[];
|
|
147
140
|
description?: string;
|
|
148
141
|
default?: any;
|
|
149
142
|
set?: Function;
|
|
@@ -173,7 +166,6 @@ export class Location extends Owner {
|
|
|
173
166
|
collection: boolean;
|
|
174
167
|
private?: boolean;
|
|
175
168
|
depends?: string;
|
|
176
|
-
additionalAttributes: string[];
|
|
177
169
|
description?: string;
|
|
178
170
|
default?: any;
|
|
179
171
|
set?: Function;
|
|
@@ -188,7 +180,6 @@ export class Location extends Owner {
|
|
|
188
180
|
collection: boolean;
|
|
189
181
|
private?: boolean;
|
|
190
182
|
depends?: string;
|
|
191
|
-
additionalAttributes: string[];
|
|
192
183
|
description?: string;
|
|
193
184
|
default?: any;
|
|
194
185
|
set?: Function;
|
|
@@ -203,7 +194,6 @@ export class Location extends Owner {
|
|
|
203
194
|
mandatory: boolean;
|
|
204
195
|
private?: boolean;
|
|
205
196
|
depends?: string;
|
|
206
|
-
additionalAttributes: string[];
|
|
207
197
|
description?: string;
|
|
208
198
|
default?: any;
|
|
209
199
|
set?: Function;
|
|
@@ -218,7 +208,6 @@ export class Location extends Owner {
|
|
|
218
208
|
collection: boolean;
|
|
219
209
|
private?: boolean;
|
|
220
210
|
depends?: string;
|
|
221
|
-
additionalAttributes: string[];
|
|
222
211
|
description?: string;
|
|
223
212
|
default?: any;
|
|
224
213
|
set?: Function;
|
|
@@ -233,7 +222,6 @@ export class Location extends Owner {
|
|
|
233
222
|
mandatory: boolean;
|
|
234
223
|
private?: boolean;
|
|
235
224
|
depends?: string;
|
|
236
|
-
additionalAttributes: string[];
|
|
237
225
|
description?: string;
|
|
238
226
|
default?: any;
|
|
239
227
|
set?: Function;
|
|
@@ -248,7 +236,6 @@ export class Location extends Owner {
|
|
|
248
236
|
mandatory: boolean;
|
|
249
237
|
private?: boolean;
|
|
250
238
|
depends?: string;
|
|
251
|
-
additionalAttributes: string[];
|
|
252
239
|
description?: string;
|
|
253
240
|
default?: any;
|
|
254
241
|
set?: Function;
|
|
@@ -263,7 +250,6 @@ export class Location extends Owner {
|
|
|
263
250
|
collection: boolean;
|
|
264
251
|
private?: boolean;
|
|
265
252
|
depends?: string;
|
|
266
|
-
additionalAttributes: string[];
|
|
267
253
|
description?: string;
|
|
268
254
|
default?: any;
|
|
269
255
|
set?: Function;
|
|
@@ -295,7 +281,6 @@ export class Location extends Owner {
|
|
|
295
281
|
collection: boolean;
|
|
296
282
|
private?: boolean;
|
|
297
283
|
depends?: string;
|
|
298
|
-
additionalAttributes: string[];
|
|
299
284
|
description?: string;
|
|
300
285
|
default?: any;
|
|
301
286
|
set?: Function;
|
|
@@ -310,7 +295,6 @@ export class Location extends Owner {
|
|
|
310
295
|
collection: boolean;
|
|
311
296
|
private?: boolean;
|
|
312
297
|
depends?: string;
|
|
313
|
-
additionalAttributes: string[];
|
|
314
298
|
description?: string;
|
|
315
299
|
default?: any;
|
|
316
300
|
set?: Function;
|
|
@@ -330,7 +314,6 @@ export class Location extends Owner {
|
|
|
330
314
|
collection: boolean;
|
|
331
315
|
private?: boolean;
|
|
332
316
|
depends?: string;
|
|
333
|
-
additionalAttributes: string[];
|
|
334
317
|
description?: string;
|
|
335
318
|
default?: any;
|
|
336
319
|
set?: Function;
|
|
@@ -345,7 +328,6 @@ export class Location extends Owner {
|
|
|
345
328
|
collection: boolean;
|
|
346
329
|
private?: boolean;
|
|
347
330
|
depends?: string;
|
|
348
|
-
additionalAttributes: string[];
|
|
349
331
|
description?: string;
|
|
350
332
|
default?: any;
|
|
351
333
|
set?: Function;
|
|
@@ -361,7 +343,6 @@ export class Location extends Owner {
|
|
|
361
343
|
collection: boolean;
|
|
362
344
|
private?: boolean;
|
|
363
345
|
depends?: string;
|
|
364
|
-
additionalAttributes: string[];
|
|
365
346
|
description?: string;
|
|
366
347
|
set?: Function;
|
|
367
348
|
get?: Function;
|
|
@@ -375,7 +356,6 @@ export class Location extends Owner {
|
|
|
375
356
|
mandatory: boolean;
|
|
376
357
|
private?: boolean;
|
|
377
358
|
depends?: string;
|
|
378
|
-
additionalAttributes: string[];
|
|
379
359
|
description?: string;
|
|
380
360
|
default?: any;
|
|
381
361
|
set?: Function;
|
|
@@ -415,7 +395,6 @@ export class Location extends Owner {
|
|
|
415
395
|
collection: boolean;
|
|
416
396
|
private?: boolean;
|
|
417
397
|
depends?: string;
|
|
418
|
-
additionalAttributes: string[];
|
|
419
398
|
description?: string;
|
|
420
399
|
default?: any;
|
|
421
400
|
set?: Function;
|
|
@@ -445,7 +424,6 @@ export class Location extends Owner {
|
|
|
445
424
|
collection: boolean;
|
|
446
425
|
private?: boolean;
|
|
447
426
|
depends?: string;
|
|
448
|
-
additionalAttributes: string[];
|
|
449
427
|
description?: string;
|
|
450
428
|
default?: any;
|
|
451
429
|
set?: Function;
|
|
@@ -460,7 +438,6 @@ export class Location extends Owner {
|
|
|
460
438
|
collection: boolean;
|
|
461
439
|
private?: boolean;
|
|
462
440
|
depends?: string;
|
|
463
|
-
additionalAttributes: string[];
|
|
464
441
|
description?: string;
|
|
465
442
|
default?: any;
|
|
466
443
|
set?: Function;
|
|
@@ -475,7 +452,6 @@ export class Location extends Owner {
|
|
|
475
452
|
mandatory: boolean;
|
|
476
453
|
private?: boolean;
|
|
477
454
|
depends?: string;
|
|
478
|
-
additionalAttributes: string[];
|
|
479
455
|
description?: string;
|
|
480
456
|
default?: any;
|
|
481
457
|
set?: Function;
|
|
@@ -490,7 +466,6 @@ export class Location extends Owner {
|
|
|
490
466
|
collection: boolean;
|
|
491
467
|
private?: boolean;
|
|
492
468
|
depends?: string;
|
|
493
|
-
additionalAttributes: string[];
|
|
494
469
|
description?: string;
|
|
495
470
|
default?: any;
|
|
496
471
|
set?: Function;
|
|
@@ -505,7 +480,6 @@ export class Location extends Owner {
|
|
|
505
480
|
mandatory: boolean;
|
|
506
481
|
private?: boolean;
|
|
507
482
|
depends?: string;
|
|
508
|
-
additionalAttributes: string[];
|
|
509
483
|
description?: string;
|
|
510
484
|
default?: any;
|
|
511
485
|
set?: Function;
|
|
@@ -520,7 +494,6 @@ export class Location extends Owner {
|
|
|
520
494
|
mandatory: boolean;
|
|
521
495
|
private?: boolean;
|
|
522
496
|
depends?: string;
|
|
523
|
-
additionalAttributes: string[];
|
|
524
497
|
description?: string;
|
|
525
498
|
default?: any;
|
|
526
499
|
set?: Function;
|
|
@@ -535,7 +508,6 @@ export class Location extends Owner {
|
|
|
535
508
|
collection: boolean;
|
|
536
509
|
private?: boolean;
|
|
537
510
|
depends?: string;
|
|
538
|
-
additionalAttributes: string[];
|
|
539
511
|
description?: string;
|
|
540
512
|
default?: any;
|
|
541
513
|
set?: Function;
|
|
@@ -553,7 +525,6 @@ export class Location extends Owner {
|
|
|
553
525
|
mandatory: boolean;
|
|
554
526
|
private?: boolean;
|
|
555
527
|
depends?: string;
|
|
556
|
-
additionalAttributes: string[];
|
|
557
528
|
description?: string;
|
|
558
529
|
default?: any;
|
|
559
530
|
set?: Function;
|
|
@@ -37,7 +37,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
37
37
|
collection: boolean;
|
|
38
38
|
private?: boolean;
|
|
39
39
|
depends?: string;
|
|
40
|
-
additionalAttributes: string[];
|
|
41
40
|
description?: string;
|
|
42
41
|
default?: any;
|
|
43
42
|
set?: Function;
|
|
@@ -52,7 +51,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
52
51
|
collection: boolean;
|
|
53
52
|
private?: boolean;
|
|
54
53
|
depends?: string;
|
|
55
|
-
additionalAttributes: string[];
|
|
56
54
|
description?: string;
|
|
57
55
|
default?: any;
|
|
58
56
|
set?: Function;
|
|
@@ -72,7 +70,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
72
70
|
collection: boolean;
|
|
73
71
|
private?: boolean;
|
|
74
72
|
depends?: string;
|
|
75
|
-
additionalAttributes: string[];
|
|
76
73
|
description?: string;
|
|
77
74
|
default?: any;
|
|
78
75
|
set?: Function;
|
|
@@ -87,7 +84,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
87
84
|
collection: boolean;
|
|
88
85
|
private?: boolean;
|
|
89
86
|
depends?: string;
|
|
90
|
-
additionalAttributes: string[];
|
|
91
87
|
description?: string;
|
|
92
88
|
default?: any;
|
|
93
89
|
set?: Function;
|
|
@@ -103,7 +99,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
103
99
|
collection: boolean;
|
|
104
100
|
private?: boolean;
|
|
105
101
|
depends?: string;
|
|
106
|
-
additionalAttributes: string[];
|
|
107
102
|
description?: string;
|
|
108
103
|
set?: Function;
|
|
109
104
|
get?: Function;
|
|
@@ -117,7 +112,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
117
112
|
mandatory: boolean;
|
|
118
113
|
private?: boolean;
|
|
119
114
|
depends?: string;
|
|
120
|
-
additionalAttributes: string[];
|
|
121
115
|
description?: string;
|
|
122
116
|
default?: any;
|
|
123
117
|
set?: Function;
|
|
@@ -142,7 +136,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
142
136
|
collection: boolean;
|
|
143
137
|
private?: boolean;
|
|
144
138
|
depends?: string;
|
|
145
|
-
additionalAttributes: string[];
|
|
146
139
|
description?: string;
|
|
147
140
|
default?: any;
|
|
148
141
|
set?: Function;
|
|
@@ -157,7 +150,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
157
150
|
collection: boolean;
|
|
158
151
|
private?: boolean;
|
|
159
152
|
depends?: string;
|
|
160
|
-
additionalAttributes: string[];
|
|
161
153
|
description?: string;
|
|
162
154
|
default?: any;
|
|
163
155
|
set?: Function;
|
|
@@ -172,7 +164,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
172
164
|
collection: boolean;
|
|
173
165
|
private?: boolean;
|
|
174
166
|
depends?: string;
|
|
175
|
-
additionalAttributes: string[];
|
|
176
167
|
description?: string;
|
|
177
168
|
default?: any;
|
|
178
169
|
set?: Function;
|
|
@@ -192,7 +183,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
192
183
|
collection: boolean;
|
|
193
184
|
private?: boolean;
|
|
194
185
|
depends?: string;
|
|
195
|
-
additionalAttributes: string[];
|
|
196
186
|
description?: string;
|
|
197
187
|
default?: any;
|
|
198
188
|
set?: Function;
|
|
@@ -207,7 +197,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
207
197
|
mandatory: boolean;
|
|
208
198
|
private?: boolean;
|
|
209
199
|
depends?: string;
|
|
210
|
-
additionalAttributes: string[];
|
|
211
200
|
description?: string;
|
|
212
201
|
default?: any;
|
|
213
202
|
set?: Function;
|
|
@@ -222,7 +211,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
222
211
|
collection: boolean;
|
|
223
212
|
private?: boolean;
|
|
224
213
|
depends?: string;
|
|
225
|
-
additionalAttributes: string[];
|
|
226
214
|
description?: string;
|
|
227
215
|
default?: any;
|
|
228
216
|
set?: Function;
|
|
@@ -237,7 +225,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
237
225
|
mandatory: boolean;
|
|
238
226
|
private?: boolean;
|
|
239
227
|
depends?: string;
|
|
240
|
-
additionalAttributes: string[];
|
|
241
228
|
description?: string;
|
|
242
229
|
default?: any;
|
|
243
230
|
set?: Function;
|
|
@@ -252,7 +239,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
252
239
|
collection: boolean;
|
|
253
240
|
private?: boolean;
|
|
254
241
|
depends?: string;
|
|
255
|
-
additionalAttributes: string[];
|
|
256
242
|
description?: string;
|
|
257
243
|
default?: any;
|
|
258
244
|
set?: Function;
|
|
@@ -269,7 +255,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
269
255
|
collection: boolean;
|
|
270
256
|
private?: boolean;
|
|
271
257
|
depends?: string;
|
|
272
|
-
additionalAttributes: string[];
|
|
273
258
|
description?: string;
|
|
274
259
|
set?: Function;
|
|
275
260
|
get?: Function;
|
|
@@ -284,7 +269,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
284
269
|
collection: boolean;
|
|
285
270
|
private?: boolean;
|
|
286
271
|
depends?: string;
|
|
287
|
-
additionalAttributes: string[];
|
|
288
272
|
description?: string;
|
|
289
273
|
default?: any;
|
|
290
274
|
set?: Function;
|
|
@@ -300,7 +284,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
300
284
|
collection: boolean;
|
|
301
285
|
private?: boolean;
|
|
302
286
|
depends?: string;
|
|
303
|
-
additionalAttributes: string[];
|
|
304
287
|
description?: string;
|
|
305
288
|
default?: any;
|
|
306
289
|
set?: Function;
|
|
@@ -315,7 +298,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
315
298
|
collection: boolean;
|
|
316
299
|
private?: boolean;
|
|
317
300
|
depends?: string;
|
|
318
|
-
additionalAttributes: string[];
|
|
319
301
|
description?: string;
|
|
320
302
|
default?: any;
|
|
321
303
|
set?: Function;
|
|
@@ -330,7 +312,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
330
312
|
collection: boolean;
|
|
331
313
|
private?: boolean;
|
|
332
314
|
depends?: string;
|
|
333
|
-
additionalAttributes: string[];
|
|
334
315
|
description?: string;
|
|
335
316
|
default?: any;
|
|
336
317
|
set?: Function;
|
|
@@ -362,7 +343,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
362
343
|
collection: boolean;
|
|
363
344
|
private?: boolean;
|
|
364
345
|
depends?: string;
|
|
365
|
-
additionalAttributes: string[];
|
|
366
346
|
description?: string;
|
|
367
347
|
default?: any;
|
|
368
348
|
set?: Function;
|
|
@@ -394,7 +374,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
394
374
|
collection: boolean;
|
|
395
375
|
private?: boolean;
|
|
396
376
|
depends?: string;
|
|
397
|
-
additionalAttributes: string[];
|
|
398
377
|
description?: string;
|
|
399
378
|
default?: any;
|
|
400
379
|
set?: Function;
|
|
@@ -409,7 +388,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
409
388
|
collection: boolean;
|
|
410
389
|
private?: boolean;
|
|
411
390
|
depends?: string;
|
|
412
|
-
additionalAttributes: string[];
|
|
413
391
|
description?: string;
|
|
414
392
|
default?: any;
|
|
415
393
|
set?: Function;
|
|
@@ -429,7 +407,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
429
407
|
collection: boolean;
|
|
430
408
|
private?: boolean;
|
|
431
409
|
depends?: string;
|
|
432
|
-
additionalAttributes: string[];
|
|
433
410
|
description?: string;
|
|
434
411
|
default?: any;
|
|
435
412
|
set?: Function;
|
|
@@ -444,7 +421,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
444
421
|
collection: boolean;
|
|
445
422
|
private?: boolean;
|
|
446
423
|
depends?: string;
|
|
447
|
-
additionalAttributes: string[];
|
|
448
424
|
description?: string;
|
|
449
425
|
default?: any;
|
|
450
426
|
set?: Function;
|
|
@@ -460,7 +436,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
460
436
|
collection: boolean;
|
|
461
437
|
private?: boolean;
|
|
462
438
|
depends?: string;
|
|
463
|
-
additionalAttributes: string[];
|
|
464
439
|
description?: string;
|
|
465
440
|
set?: Function;
|
|
466
441
|
get?: Function;
|
|
@@ -474,7 +449,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
474
449
|
mandatory: boolean;
|
|
475
450
|
private?: boolean;
|
|
476
451
|
depends?: string;
|
|
477
|
-
additionalAttributes: string[];
|
|
478
452
|
description?: string;
|
|
479
453
|
default?: any;
|
|
480
454
|
set?: Function;
|
|
@@ -499,7 +473,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
499
473
|
collection: boolean;
|
|
500
474
|
private?: boolean;
|
|
501
475
|
depends?: string;
|
|
502
|
-
additionalAttributes: string[];
|
|
503
476
|
description?: string;
|
|
504
477
|
default?: any;
|
|
505
478
|
set?: Function;
|
|
@@ -514,7 +487,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
514
487
|
collection: boolean;
|
|
515
488
|
private?: boolean;
|
|
516
489
|
depends?: string;
|
|
517
|
-
additionalAttributes: string[];
|
|
518
490
|
description?: string;
|
|
519
491
|
default?: any;
|
|
520
492
|
set?: Function;
|
|
@@ -529,7 +501,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
529
501
|
collection: boolean;
|
|
530
502
|
private?: boolean;
|
|
531
503
|
depends?: string;
|
|
532
|
-
additionalAttributes: string[];
|
|
533
504
|
description?: string;
|
|
534
505
|
default?: any;
|
|
535
506
|
set?: Function;
|
|
@@ -549,7 +520,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
549
520
|
collection: boolean;
|
|
550
521
|
private?: boolean;
|
|
551
522
|
depends?: string;
|
|
552
|
-
additionalAttributes: string[];
|
|
553
523
|
description?: string;
|
|
554
524
|
default?: any;
|
|
555
525
|
set?: Function;
|
|
@@ -564,7 +534,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
564
534
|
mandatory: boolean;
|
|
565
535
|
private?: boolean;
|
|
566
536
|
depends?: string;
|
|
567
|
-
additionalAttributes: string[];
|
|
568
537
|
description?: string;
|
|
569
538
|
default?: any;
|
|
570
539
|
set?: Function;
|
|
@@ -579,7 +548,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
579
548
|
collection: boolean;
|
|
580
549
|
private?: boolean;
|
|
581
550
|
depends?: string;
|
|
582
|
-
additionalAttributes: string[];
|
|
583
551
|
description?: string;
|
|
584
552
|
default?: any;
|
|
585
553
|
set?: Function;
|
|
@@ -594,7 +562,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
594
562
|
mandatory: boolean;
|
|
595
563
|
private?: boolean;
|
|
596
564
|
depends?: string;
|
|
597
|
-
additionalAttributes: string[];
|
|
598
565
|
description?: string;
|
|
599
566
|
default?: any;
|
|
600
567
|
set?: Function;
|
|
@@ -609,7 +576,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
609
576
|
collection: boolean;
|
|
610
577
|
private?: boolean;
|
|
611
578
|
depends?: string;
|
|
612
|
-
additionalAttributes: string[];
|
|
613
579
|
description?: string;
|
|
614
580
|
default?: any;
|
|
615
581
|
set?: Function;
|
|
@@ -626,7 +592,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
626
592
|
collection: boolean;
|
|
627
593
|
private?: boolean;
|
|
628
594
|
depends?: string;
|
|
629
|
-
additionalAttributes: string[];
|
|
630
595
|
description?: string;
|
|
631
596
|
set?: Function;
|
|
632
597
|
get?: Function;
|
|
@@ -641,7 +606,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
641
606
|
collection: boolean;
|
|
642
607
|
private?: boolean;
|
|
643
608
|
depends?: string;
|
|
644
|
-
additionalAttributes: string[];
|
|
645
609
|
description?: string;
|
|
646
610
|
default?: any;
|
|
647
611
|
set?: Function;
|
|
@@ -657,7 +621,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
657
621
|
collection: boolean;
|
|
658
622
|
private?: boolean;
|
|
659
623
|
depends?: string;
|
|
660
|
-
additionalAttributes: string[];
|
|
661
624
|
description?: string;
|
|
662
625
|
default?: any;
|
|
663
626
|
set?: Function;
|
|
@@ -672,7 +635,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
672
635
|
collection: boolean;
|
|
673
636
|
private?: boolean;
|
|
674
637
|
depends?: string;
|
|
675
|
-
additionalAttributes: string[];
|
|
676
638
|
description?: string;
|
|
677
639
|
default?: any;
|
|
678
640
|
set?: Function;
|
|
@@ -687,7 +649,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
687
649
|
collection: boolean;
|
|
688
650
|
private?: boolean;
|
|
689
651
|
depends?: string;
|
|
690
|
-
additionalAttributes: string[];
|
|
691
652
|
description?: string;
|
|
692
653
|
default?: any;
|
|
693
654
|
set?: Function;
|
|
@@ -719,7 +680,6 @@ export class EthernetNetworkInterface extends NetworkInterface {
|
|
|
719
680
|
collection: boolean;
|
|
720
681
|
private?: boolean;
|
|
721
682
|
depends?: string;
|
|
722
|
-
additionalAttributes: string[];
|
|
723
683
|
description?: string;
|
|
724
684
|
default?: any;
|
|
725
685
|
set?: Function;
|