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.
@@ -1,1357 +0,0 @@
1
- export namespace NetworkInterfaceTypeDefinition {
2
- export let name: string;
3
- export let priority: number;
4
- export let owners: string[];
5
- let _extends: {
6
- name: string;
7
- owners: any[];
8
- properties: {
9
- owner: {
10
- type: string;
11
- collection: boolean;
12
- writeable: boolean;
13
- };
14
- type: {
15
- type: string;
16
- collection: boolean;
17
- writeable: boolean;
18
- };
19
- name: {
20
- type: string;
21
- collection: boolean;
22
- identifier: boolean;
23
- writeable: boolean;
24
- };
25
- description: {
26
- type: string;
27
- collection: boolean;
28
- writeable: boolean;
29
- };
30
- priority: {
31
- type: string;
32
- collection: boolean;
33
- writeable: boolean;
34
- };
35
- directory: {
36
- type: string;
37
- collection: boolean;
38
- writeable: boolean;
39
- };
40
- packaging: {
41
- type: string;
42
- collection: boolean;
43
- writeable: boolean;
44
- };
45
- tags: {
46
- type: string;
47
- collection: boolean;
48
- writeable: boolean;
49
- };
50
- };
51
- };
52
- export { _extends as extends };
53
- export let specializations: {};
54
- export function factoryFor(value: any): any;
55
- export let properties: {
56
- hostName: {
57
- type: string;
58
- collection: boolean;
59
- writeable: boolean;
60
- };
61
- ipAddresses: {
62
- type: string;
63
- collection: boolean;
64
- writeable: boolean;
65
- };
66
- hwaddr: {
67
- type: string;
68
- collection: boolean;
69
- writeable: boolean;
70
- };
71
- network: {
72
- type: string;
73
- collection: boolean;
74
- writeable: boolean;
75
- };
76
- destination: {
77
- type: string;
78
- collection: boolean;
79
- writeable: boolean;
80
- };
81
- arpbridge: {
82
- type: string;
83
- collection: boolean;
84
- writeable: boolean;
85
- };
86
- cidrAddresses: {
87
- type: string;
88
- collection: boolean;
89
- writeable: boolean;
90
- };
91
- cidrAddress: {
92
- type: string;
93
- collection: boolean;
94
- writeable: boolean;
95
- };
96
- addresses: {
97
- type: string;
98
- collection: boolean;
99
- writeable: boolean;
100
- };
101
- address: {
102
- type: string;
103
- collection: boolean;
104
- writeable: boolean;
105
- };
106
- scope: {
107
- type: string;
108
- collection: boolean;
109
- writeable: boolean;
110
- values: string[];
111
- default: string;
112
- };
113
- class: {
114
- type: string;
115
- collection: boolean;
116
- writeable: boolean;
117
- values: string[];
118
- };
119
- kind: {
120
- type: string;
121
- collection: boolean;
122
- writeable: boolean;
123
- values: string[];
124
- };
125
- ssid: {
126
- type: string;
127
- collection: boolean;
128
- writeable: boolean;
129
- };
130
- psk: {
131
- type: string;
132
- collection: boolean;
133
- writeable: boolean;
134
- };
135
- metric: {
136
- type: string;
137
- collection: boolean;
138
- writeable: boolean;
139
- default: number;
140
- };
141
- MTU: {
142
- type: string;
143
- collection: boolean;
144
- writeable: boolean;
145
- default: number;
146
- };
147
- gateway: {
148
- type: string;
149
- collection: boolean;
150
- writeable: boolean;
151
- };
152
- multicastDNS: {
153
- type: string;
154
- collection: boolean;
155
- writeable: boolean;
156
- default: boolean;
157
- };
158
- };
159
- }
160
- export class NetworkInterface extends SkeletonNetworkInterface {
161
- static get typeDefinition(): {
162
- name: string;
163
- priority: number;
164
- owners: string[];
165
- extends: {
166
- name: string;
167
- owners: any[];
168
- properties: {
169
- owner: {
170
- type: string;
171
- collection: boolean;
172
- writeable: boolean;
173
- };
174
- type: {
175
- type: string;
176
- collection: boolean;
177
- writeable: boolean;
178
- };
179
- name: {
180
- type: string;
181
- collection: boolean;
182
- identifier: boolean;
183
- writeable: boolean;
184
- };
185
- description: {
186
- type: string;
187
- collection: boolean;
188
- writeable: boolean;
189
- };
190
- priority: {
191
- type: string;
192
- collection: boolean;
193
- writeable: boolean;
194
- };
195
- directory: {
196
- type: string;
197
- collection: boolean;
198
- writeable: boolean;
199
- };
200
- packaging: {
201
- type: string;
202
- collection: boolean;
203
- writeable: boolean;
204
- };
205
- tags: {
206
- type: string;
207
- collection: boolean;
208
- writeable: boolean;
209
- };
210
- };
211
- };
212
- specializations: {};
213
- factoryFor(value: any): any;
214
- properties: {
215
- hostName: {
216
- type: string;
217
- collection: boolean;
218
- writeable: boolean;
219
- };
220
- ipAddresses: {
221
- type: string;
222
- collection: boolean;
223
- writeable: boolean;
224
- };
225
- hwaddr: {
226
- type: string;
227
- collection: boolean;
228
- writeable: boolean;
229
- };
230
- network: {
231
- type: string;
232
- collection: boolean;
233
- writeable: boolean;
234
- };
235
- destination: {
236
- type: string;
237
- collection: boolean;
238
- writeable: boolean;
239
- };
240
- arpbridge: {
241
- type: string;
242
- collection: boolean;
243
- writeable: boolean;
244
- };
245
- cidrAddresses: {
246
- type: string;
247
- collection: boolean;
248
- writeable: boolean;
249
- };
250
- cidrAddress: {
251
- type: string;
252
- collection: boolean;
253
- writeable: boolean;
254
- };
255
- addresses: {
256
- type: string;
257
- collection: boolean;
258
- writeable: boolean;
259
- };
260
- address: {
261
- type: string;
262
- collection: boolean;
263
- writeable: boolean;
264
- };
265
- scope: {
266
- type: string;
267
- collection: boolean;
268
- writeable: boolean;
269
- values: string[];
270
- default: string;
271
- };
272
- class: {
273
- type: string;
274
- collection: boolean;
275
- writeable: boolean;
276
- values: string[];
277
- };
278
- kind: {
279
- type: string;
280
- collection: boolean;
281
- writeable: boolean;
282
- values: string[];
283
- };
284
- ssid: {
285
- type: string;
286
- collection: boolean;
287
- writeable: boolean;
288
- };
289
- psk: {
290
- type: string;
291
- collection: boolean;
292
- writeable: boolean;
293
- };
294
- metric: {
295
- type: string;
296
- collection: boolean;
297
- writeable: boolean;
298
- default: number;
299
- };
300
- MTU: {
301
- type: string;
302
- collection: boolean;
303
- writeable: boolean;
304
- default: number;
305
- };
306
- gateway: {
307
- type: string;
308
- collection: boolean;
309
- writeable: boolean;
310
- };
311
- multicastDNS: {
312
- type: string;
313
- collection: boolean;
314
- writeable: boolean;
315
- default: boolean;
316
- };
317
- };
318
- };
319
- _ipAddresses: Map<any, any>;
320
- _scope: any;
321
- _metric: any;
322
- _kind: any;
323
- _hostName: any;
324
- _hwaddr: any;
325
- _class: any;
326
- arpbridge: any;
327
- addSubnet(address: any): any;
328
- set ipAddresses(value: Map<any, any>);
329
- get ipAddresses(): Map<any, any>;
330
- subnetForAddress(address: any): any;
331
- get gateway(): any;
332
- get gatewayAddress(): any;
333
- set hostName(value: any);
334
- get hostName(): any;
335
- get domainNames(): any;
336
- set scope(value: any);
337
- get scope(): any;
338
- set hwaddr(value: any);
339
- get hwaddr(): any;
340
- set metric(value: any);
341
- get metric(): any;
342
- set MTU(value: any);
343
- get MTU(): any;
344
- _MTU: any;
345
- set class(value: any);
346
- get class(): any;
347
- set kind(value: any);
348
- get kind(): any;
349
- }
350
- export class WLANNetworkInterface extends NetworkInterface {
351
- static get typeDefinition(): {
352
- name: string;
353
- specializationOf: {
354
- name: string;
355
- priority: number;
356
- owners: string[];
357
- extends: {
358
- name: string;
359
- owners: any[];
360
- properties: {
361
- owner: {
362
- type: string;
363
- collection: boolean;
364
- writeable: boolean;
365
- };
366
- type: {
367
- type: string;
368
- collection: boolean;
369
- writeable: boolean;
370
- };
371
- name: {
372
- type: string;
373
- collection: boolean;
374
- identifier: boolean;
375
- writeable: boolean;
376
- };
377
- description: {
378
- type: string;
379
- collection: boolean;
380
- writeable: boolean;
381
- };
382
- priority: {
383
- type: string;
384
- collection: boolean;
385
- writeable: boolean;
386
- };
387
- directory: {
388
- type: string;
389
- collection: boolean;
390
- writeable: boolean;
391
- };
392
- packaging: {
393
- type: string;
394
- collection: boolean;
395
- writeable: boolean;
396
- };
397
- tags: {
398
- type: string;
399
- collection: boolean;
400
- writeable: boolean;
401
- };
402
- };
403
- };
404
- specializations: {};
405
- factoryFor(value: any): any;
406
- properties: {
407
- hostName: {
408
- type: string;
409
- collection: boolean;
410
- writeable: boolean;
411
- };
412
- ipAddresses: {
413
- type: string;
414
- collection: boolean;
415
- writeable: boolean;
416
- };
417
- hwaddr: {
418
- type: string;
419
- collection: boolean;
420
- writeable: boolean;
421
- };
422
- network: {
423
- type: string;
424
- collection: boolean;
425
- writeable: boolean;
426
- };
427
- destination: {
428
- type: string;
429
- collection: boolean;
430
- writeable: boolean;
431
- };
432
- arpbridge: {
433
- type: string;
434
- collection: boolean;
435
- writeable: boolean;
436
- };
437
- cidrAddresses: {
438
- type: string;
439
- collection: boolean;
440
- writeable: boolean;
441
- };
442
- cidrAddress: {
443
- type: string;
444
- collection: boolean;
445
- writeable: boolean;
446
- };
447
- addresses: {
448
- type: string;
449
- collection: boolean;
450
- writeable: boolean;
451
- };
452
- address: {
453
- type: string;
454
- collection: boolean;
455
- writeable: boolean;
456
- };
457
- scope: {
458
- type: string;
459
- collection: boolean;
460
- writeable: boolean;
461
- values: string[];
462
- default: string;
463
- };
464
- class: {
465
- type: string;
466
- collection: boolean;
467
- writeable: boolean;
468
- values: string[];
469
- };
470
- kind: {
471
- type: string;
472
- collection: boolean;
473
- writeable: boolean;
474
- values: string[];
475
- };
476
- ssid: {
477
- type: string;
478
- collection: boolean;
479
- writeable: boolean;
480
- };
481
- psk: {
482
- type: string;
483
- collection: boolean;
484
- writeable: boolean;
485
- };
486
- metric: {
487
- type: string;
488
- collection: boolean;
489
- writeable: boolean;
490
- default: number;
491
- };
492
- MTU: {
493
- type: string;
494
- collection: boolean;
495
- writeable: boolean;
496
- default: number;
497
- };
498
- gateway: {
499
- type: string;
500
- collection: boolean;
501
- writeable: boolean;
502
- };
503
- multicastDNS: {
504
- type: string;
505
- collection: boolean;
506
- writeable: boolean;
507
- default: boolean;
508
- };
509
- };
510
- };
511
- owners: string[];
512
- extends: {
513
- name: string;
514
- priority: number;
515
- owners: string[];
516
- extends: {
517
- name: string;
518
- owners: any[];
519
- properties: {
520
- owner: {
521
- type: string;
522
- collection: boolean;
523
- writeable: boolean;
524
- };
525
- type: {
526
- type: string;
527
- collection: boolean;
528
- writeable: boolean;
529
- };
530
- name: {
531
- type: string;
532
- collection: boolean;
533
- identifier: boolean;
534
- writeable: boolean;
535
- };
536
- description: {
537
- type: string;
538
- collection: boolean;
539
- writeable: boolean;
540
- };
541
- priority: {
542
- type: string;
543
- collection: boolean;
544
- writeable: boolean;
545
- };
546
- directory: {
547
- type: string;
548
- collection: boolean;
549
- writeable: boolean;
550
- };
551
- packaging: {
552
- type: string;
553
- collection: boolean;
554
- writeable: boolean;
555
- };
556
- tags: {
557
- type: string;
558
- collection: boolean;
559
- writeable: boolean;
560
- };
561
- };
562
- };
563
- specializations: {};
564
- factoryFor(value: any): any;
565
- properties: {
566
- hostName: {
567
- type: string;
568
- collection: boolean;
569
- writeable: boolean;
570
- };
571
- ipAddresses: {
572
- type: string;
573
- collection: boolean;
574
- writeable: boolean;
575
- };
576
- hwaddr: {
577
- type: string;
578
- collection: boolean;
579
- writeable: boolean;
580
- };
581
- network: {
582
- type: string;
583
- collection: boolean;
584
- writeable: boolean;
585
- };
586
- destination: {
587
- type: string;
588
- collection: boolean;
589
- writeable: boolean;
590
- };
591
- arpbridge: {
592
- type: string;
593
- collection: boolean;
594
- writeable: boolean;
595
- };
596
- cidrAddresses: {
597
- type: string;
598
- collection: boolean;
599
- writeable: boolean;
600
- };
601
- cidrAddress: {
602
- type: string;
603
- collection: boolean;
604
- writeable: boolean;
605
- };
606
- addresses: {
607
- type: string;
608
- collection: boolean;
609
- writeable: boolean;
610
- };
611
- address: {
612
- type: string;
613
- collection: boolean;
614
- writeable: boolean;
615
- };
616
- scope: {
617
- type: string;
618
- collection: boolean;
619
- writeable: boolean;
620
- values: string[];
621
- default: string;
622
- };
623
- class: {
624
- type: string;
625
- collection: boolean;
626
- writeable: boolean;
627
- values: string[];
628
- };
629
- kind: {
630
- type: string;
631
- collection: boolean;
632
- writeable: boolean;
633
- values: string[];
634
- };
635
- ssid: {
636
- type: string;
637
- collection: boolean;
638
- writeable: boolean;
639
- };
640
- psk: {
641
- type: string;
642
- collection: boolean;
643
- writeable: boolean;
644
- };
645
- metric: {
646
- type: string;
647
- collection: boolean;
648
- writeable: boolean;
649
- default: number;
650
- };
651
- MTU: {
652
- type: string;
653
- collection: boolean;
654
- writeable: boolean;
655
- default: number;
656
- };
657
- gateway: {
658
- type: string;
659
- collection: boolean;
660
- writeable: boolean;
661
- };
662
- multicastDNS: {
663
- type: string;
664
- collection: boolean;
665
- writeable: boolean;
666
- default: boolean;
667
- };
668
- };
669
- };
670
- priority: number;
671
- properties: {};
672
- };
673
- _ssid: any;
674
- _psk: any;
675
- set ssid(value: any);
676
- get ssid(): any;
677
- set psk(value: any);
678
- get psk(): any;
679
- }
680
- export class LoopbackNetworkInterface extends SkeletonNetworkInterface {
681
- static get typeDefinition(): {
682
- name: string;
683
- specializationOf: {
684
- name: string;
685
- priority: number;
686
- owners: string[];
687
- extends: {
688
- name: string;
689
- owners: any[];
690
- properties: {
691
- owner: {
692
- type: string;
693
- collection: boolean;
694
- writeable: boolean;
695
- };
696
- type: {
697
- type: string;
698
- collection: boolean;
699
- writeable: boolean;
700
- };
701
- name: {
702
- type: string;
703
- collection: boolean;
704
- identifier: boolean;
705
- writeable: boolean;
706
- };
707
- description: {
708
- type: string;
709
- collection: boolean;
710
- writeable: boolean;
711
- };
712
- priority: {
713
- type: string;
714
- collection: boolean;
715
- writeable: boolean;
716
- };
717
- directory: {
718
- type: string;
719
- collection: boolean;
720
- writeable: boolean;
721
- };
722
- packaging: {
723
- type: string;
724
- collection: boolean;
725
- writeable: boolean;
726
- };
727
- tags: {
728
- type: string;
729
- collection: boolean;
730
- writeable: boolean;
731
- };
732
- };
733
- };
734
- specializations: {};
735
- factoryFor(value: any): any;
736
- properties: {
737
- hostName: {
738
- type: string;
739
- collection: boolean;
740
- writeable: boolean;
741
- };
742
- ipAddresses: {
743
- type: string;
744
- collection: boolean;
745
- writeable: boolean;
746
- };
747
- hwaddr: {
748
- type: string;
749
- collection: boolean;
750
- writeable: boolean;
751
- };
752
- network: {
753
- type: string;
754
- collection: boolean;
755
- writeable: boolean;
756
- };
757
- destination: {
758
- type: string;
759
- collection: boolean;
760
- writeable: boolean;
761
- };
762
- arpbridge: {
763
- type: string;
764
- collection: boolean;
765
- writeable: boolean;
766
- };
767
- cidrAddresses: {
768
- type: string;
769
- collection: boolean;
770
- writeable: boolean;
771
- };
772
- cidrAddress: {
773
- type: string;
774
- collection: boolean;
775
- writeable: boolean;
776
- };
777
- addresses: {
778
- type: string;
779
- collection: boolean;
780
- writeable: boolean;
781
- };
782
- address: {
783
- type: string;
784
- collection: boolean;
785
- writeable: boolean;
786
- };
787
- scope: {
788
- type: string;
789
- collection: boolean;
790
- writeable: boolean;
791
- values: string[];
792
- default: string;
793
- };
794
- class: {
795
- type: string;
796
- collection: boolean;
797
- writeable: boolean;
798
- values: string[];
799
- };
800
- kind: {
801
- type: string;
802
- collection: boolean;
803
- writeable: boolean;
804
- values: string[];
805
- };
806
- ssid: {
807
- type: string;
808
- collection: boolean;
809
- writeable: boolean;
810
- };
811
- psk: {
812
- type: string;
813
- collection: boolean;
814
- writeable: boolean;
815
- };
816
- metric: {
817
- type: string;
818
- collection: boolean;
819
- writeable: boolean;
820
- default: number;
821
- };
822
- MTU: {
823
- type: string;
824
- collection: boolean;
825
- writeable: boolean;
826
- default: number;
827
- };
828
- gateway: {
829
- type: string;
830
- collection: boolean;
831
- writeable: boolean;
832
- };
833
- multicastDNS: {
834
- type: string;
835
- collection: boolean;
836
- writeable: boolean;
837
- default: boolean;
838
- };
839
- };
840
- };
841
- owners: string[];
842
- extends: {
843
- name: string;
844
- priority: number;
845
- owners: string[];
846
- extends: {
847
- name: string;
848
- owners: any[];
849
- properties: {
850
- owner: {
851
- type: string;
852
- collection: boolean;
853
- writeable: boolean;
854
- };
855
- type: {
856
- type: string;
857
- collection: boolean;
858
- writeable: boolean;
859
- };
860
- name: {
861
- type: string;
862
- collection: boolean;
863
- identifier: boolean;
864
- writeable: boolean;
865
- };
866
- description: {
867
- type: string;
868
- collection: boolean;
869
- writeable: boolean;
870
- };
871
- priority: {
872
- type: string;
873
- collection: boolean;
874
- writeable: boolean;
875
- };
876
- directory: {
877
- type: string;
878
- collection: boolean;
879
- writeable: boolean;
880
- };
881
- packaging: {
882
- type: string;
883
- collection: boolean;
884
- writeable: boolean;
885
- };
886
- tags: {
887
- type: string;
888
- collection: boolean;
889
- writeable: boolean;
890
- };
891
- };
892
- };
893
- specializations: {};
894
- factoryFor(value: any): any;
895
- properties: {
896
- hostName: {
897
- type: string;
898
- collection: boolean;
899
- writeable: boolean;
900
- };
901
- ipAddresses: {
902
- type: string;
903
- collection: boolean;
904
- writeable: boolean;
905
- };
906
- hwaddr: {
907
- type: string;
908
- collection: boolean;
909
- writeable: boolean;
910
- };
911
- network: {
912
- type: string;
913
- collection: boolean;
914
- writeable: boolean;
915
- };
916
- destination: {
917
- type: string;
918
- collection: boolean;
919
- writeable: boolean;
920
- };
921
- arpbridge: {
922
- type: string;
923
- collection: boolean;
924
- writeable: boolean;
925
- };
926
- cidrAddresses: {
927
- type: string;
928
- collection: boolean;
929
- writeable: boolean;
930
- };
931
- cidrAddress: {
932
- type: string;
933
- collection: boolean;
934
- writeable: boolean;
935
- };
936
- addresses: {
937
- type: string;
938
- collection: boolean;
939
- writeable: boolean;
940
- };
941
- address: {
942
- type: string;
943
- collection: boolean;
944
- writeable: boolean;
945
- };
946
- scope: {
947
- type: string;
948
- collection: boolean;
949
- writeable: boolean;
950
- values: string[];
951
- default: string;
952
- };
953
- class: {
954
- type: string;
955
- collection: boolean;
956
- writeable: boolean;
957
- values: string[];
958
- };
959
- kind: {
960
- type: string;
961
- collection: boolean;
962
- writeable: boolean;
963
- values: string[];
964
- };
965
- ssid: {
966
- type: string;
967
- collection: boolean;
968
- writeable: boolean;
969
- };
970
- psk: {
971
- type: string;
972
- collection: boolean;
973
- writeable: boolean;
974
- };
975
- metric: {
976
- type: string;
977
- collection: boolean;
978
- writeable: boolean;
979
- default: number;
980
- };
981
- MTU: {
982
- type: string;
983
- collection: boolean;
984
- writeable: boolean;
985
- default: number;
986
- };
987
- gateway: {
988
- type: string;
989
- collection: boolean;
990
- writeable: boolean;
991
- };
992
- multicastDNS: {
993
- type: string;
994
- collection: boolean;
995
- writeable: boolean;
996
- default: boolean;
997
- };
998
- };
999
- };
1000
- priority: number;
1001
- properties: {};
1002
- };
1003
- get kind(): string;
1004
- get scope(): string;
1005
- get hostName(): string;
1006
- get ipAddresses(): Map<string, import("pmcf").Subnet>;
1007
- }
1008
- export class WireguardNetworkInterface extends SkeletonNetworkInterface {
1009
- static get typeDefinition(): {
1010
- name: string;
1011
- specializationOf: {
1012
- name: string;
1013
- priority: number;
1014
- owners: string[];
1015
- extends: {
1016
- name: string;
1017
- owners: any[];
1018
- properties: {
1019
- owner: {
1020
- type: string;
1021
- collection: boolean;
1022
- writeable: boolean;
1023
- };
1024
- type: {
1025
- type: string;
1026
- collection: boolean;
1027
- writeable: boolean;
1028
- };
1029
- name: {
1030
- type: string;
1031
- collection: boolean;
1032
- identifier: boolean;
1033
- writeable: boolean;
1034
- };
1035
- description: {
1036
- type: string;
1037
- collection: boolean;
1038
- writeable: boolean;
1039
- };
1040
- priority: {
1041
- type: string;
1042
- collection: boolean;
1043
- writeable: boolean;
1044
- };
1045
- directory: {
1046
- type: string;
1047
- collection: boolean;
1048
- writeable: boolean;
1049
- };
1050
- packaging: {
1051
- type: string;
1052
- collection: boolean;
1053
- writeable: boolean;
1054
- };
1055
- tags: {
1056
- type: string;
1057
- collection: boolean;
1058
- writeable: boolean;
1059
- };
1060
- };
1061
- };
1062
- specializations: {};
1063
- factoryFor(value: any): any;
1064
- properties: {
1065
- hostName: {
1066
- type: string;
1067
- collection: boolean;
1068
- writeable: boolean;
1069
- };
1070
- ipAddresses: {
1071
- type: string;
1072
- collection: boolean;
1073
- writeable: boolean;
1074
- };
1075
- hwaddr: {
1076
- type: string;
1077
- collection: boolean;
1078
- writeable: boolean;
1079
- };
1080
- network: {
1081
- type: string;
1082
- collection: boolean;
1083
- writeable: boolean;
1084
- };
1085
- destination: {
1086
- type: string;
1087
- collection: boolean;
1088
- writeable: boolean;
1089
- };
1090
- arpbridge: {
1091
- type: string;
1092
- collection: boolean;
1093
- writeable: boolean;
1094
- };
1095
- cidrAddresses: {
1096
- type: string;
1097
- collection: boolean;
1098
- writeable: boolean;
1099
- };
1100
- cidrAddress: {
1101
- type: string;
1102
- collection: boolean;
1103
- writeable: boolean;
1104
- };
1105
- addresses: {
1106
- type: string;
1107
- collection: boolean;
1108
- writeable: boolean;
1109
- };
1110
- address: {
1111
- type: string;
1112
- collection: boolean;
1113
- writeable: boolean;
1114
- };
1115
- scope: {
1116
- type: string;
1117
- collection: boolean;
1118
- writeable: boolean;
1119
- values: string[];
1120
- default: string;
1121
- };
1122
- class: {
1123
- type: string;
1124
- collection: boolean;
1125
- writeable: boolean;
1126
- values: string[];
1127
- };
1128
- kind: {
1129
- type: string;
1130
- collection: boolean;
1131
- writeable: boolean;
1132
- values: string[];
1133
- };
1134
- ssid: {
1135
- type: string;
1136
- collection: boolean;
1137
- writeable: boolean;
1138
- };
1139
- psk: {
1140
- type: string;
1141
- collection: boolean;
1142
- writeable: boolean;
1143
- };
1144
- metric: {
1145
- type: string;
1146
- collection: boolean;
1147
- writeable: boolean;
1148
- default: number;
1149
- };
1150
- MTU: {
1151
- type: string;
1152
- collection: boolean;
1153
- writeable: boolean;
1154
- default: number;
1155
- };
1156
- gateway: {
1157
- type: string;
1158
- collection: boolean;
1159
- writeable: boolean;
1160
- };
1161
- multicastDNS: {
1162
- type: string;
1163
- collection: boolean;
1164
- writeable: boolean;
1165
- default: boolean;
1166
- };
1167
- };
1168
- };
1169
- owners: string[];
1170
- extends: {
1171
- name: string;
1172
- priority: number;
1173
- owners: string[];
1174
- extends: {
1175
- name: string;
1176
- owners: any[];
1177
- properties: {
1178
- owner: {
1179
- type: string;
1180
- collection: boolean;
1181
- writeable: boolean;
1182
- };
1183
- type: {
1184
- type: string;
1185
- collection: boolean;
1186
- writeable: boolean;
1187
- };
1188
- name: {
1189
- type: string;
1190
- collection: boolean;
1191
- identifier: boolean;
1192
- writeable: boolean;
1193
- };
1194
- description: {
1195
- type: string;
1196
- collection: boolean;
1197
- writeable: boolean;
1198
- };
1199
- priority: {
1200
- type: string;
1201
- collection: boolean;
1202
- writeable: boolean;
1203
- };
1204
- directory: {
1205
- type: string;
1206
- collection: boolean;
1207
- writeable: boolean;
1208
- };
1209
- packaging: {
1210
- type: string;
1211
- collection: boolean;
1212
- writeable: boolean;
1213
- };
1214
- tags: {
1215
- type: string;
1216
- collection: boolean;
1217
- writeable: boolean;
1218
- };
1219
- };
1220
- };
1221
- specializations: {};
1222
- factoryFor(value: any): any;
1223
- properties: {
1224
- hostName: {
1225
- type: string;
1226
- collection: boolean;
1227
- writeable: boolean;
1228
- };
1229
- ipAddresses: {
1230
- type: string;
1231
- collection: boolean;
1232
- writeable: boolean;
1233
- };
1234
- hwaddr: {
1235
- type: string;
1236
- collection: boolean;
1237
- writeable: boolean;
1238
- };
1239
- network: {
1240
- type: string;
1241
- collection: boolean;
1242
- writeable: boolean;
1243
- };
1244
- destination: {
1245
- type: string;
1246
- collection: boolean;
1247
- writeable: boolean;
1248
- };
1249
- arpbridge: {
1250
- type: string;
1251
- collection: boolean;
1252
- writeable: boolean;
1253
- };
1254
- cidrAddresses: {
1255
- type: string;
1256
- collection: boolean;
1257
- writeable: boolean;
1258
- };
1259
- cidrAddress: {
1260
- type: string;
1261
- collection: boolean;
1262
- writeable: boolean;
1263
- };
1264
- addresses: {
1265
- type: string;
1266
- collection: boolean;
1267
- writeable: boolean;
1268
- };
1269
- address: {
1270
- type: string;
1271
- collection: boolean;
1272
- writeable: boolean;
1273
- };
1274
- scope: {
1275
- type: string;
1276
- collection: boolean;
1277
- writeable: boolean;
1278
- values: string[];
1279
- default: string;
1280
- };
1281
- class: {
1282
- type: string;
1283
- collection: boolean;
1284
- writeable: boolean;
1285
- values: string[];
1286
- };
1287
- kind: {
1288
- type: string;
1289
- collection: boolean;
1290
- writeable: boolean;
1291
- values: string[];
1292
- };
1293
- ssid: {
1294
- type: string;
1295
- collection: boolean;
1296
- writeable: boolean;
1297
- };
1298
- psk: {
1299
- type: string;
1300
- collection: boolean;
1301
- writeable: boolean;
1302
- };
1303
- metric: {
1304
- type: string;
1305
- collection: boolean;
1306
- writeable: boolean;
1307
- default: number;
1308
- };
1309
- MTU: {
1310
- type: string;
1311
- collection: boolean;
1312
- writeable: boolean;
1313
- default: number;
1314
- };
1315
- gateway: {
1316
- type: string;
1317
- collection: boolean;
1318
- writeable: boolean;
1319
- };
1320
- multicastDNS: {
1321
- type: string;
1322
- collection: boolean;
1323
- writeable: boolean;
1324
- default: boolean;
1325
- };
1326
- };
1327
- };
1328
- priority: number;
1329
- properties: {};
1330
- };
1331
- get kind(): string;
1332
- }
1333
- declare class SkeletonNetworkInterface extends Base {
1334
- _extends: any[];
1335
- _network: any;
1336
- set extends(value: any[]);
1337
- get extends(): any[];
1338
- get network_interface(): this;
1339
- get domainNames(): Set<any>;
1340
- matches(other: any): boolean;
1341
- set network(network: any);
1342
- get network(): any;
1343
- get ipAddresses(): Map<any, any>;
1344
- /**
1345
- *
1346
- * @param {object} filter
1347
- * @return {Iterable<NetworkAddress>}
1348
- */
1349
- networkAddresses(filter?: object): Iterable<NetworkAddress>;
1350
- networkAddress(filter: any): NetworkAddress;
1351
- get address(): any;
1352
- get addresses(): any[];
1353
- systemdDefinitions(packageData: any): Promise<void>;
1354
- }
1355
- import { Base } from "pmcf";
1356
- import { NetworkAddress } from "pmcf";
1357
- export {};