@metal-stack/api 0.0.61 → 0.0.62

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.
Files changed (134) hide show
  1. package/js/buf/validate/validate_pb.d.ts +9 -9
  2. package/js/buf/validate/validate_pb.ts +10 -10
  3. package/js/metalstack/admin/v2/audit_pb.d.ts +3 -3
  4. package/js/metalstack/admin/v2/audit_pb.js +1 -1
  5. package/js/metalstack/admin/v2/audit_pb.ts +4 -4
  6. package/js/metalstack/admin/v2/component_pb.d.ts +3 -3
  7. package/js/metalstack/admin/v2/component_pb.js +1 -1
  8. package/js/metalstack/admin/v2/component_pb.ts +4 -4
  9. package/js/metalstack/admin/v2/filesystem_pb.d.ts +8 -8
  10. package/js/metalstack/admin/v2/filesystem_pb.js +1 -1
  11. package/js/metalstack/admin/v2/filesystem_pb.ts +9 -9
  12. package/js/metalstack/admin/v2/image_pb.d.ts +10 -10
  13. package/js/metalstack/admin/v2/image_pb.js +1 -1
  14. package/js/metalstack/admin/v2/image_pb.ts +11 -11
  15. package/js/metalstack/admin/v2/ip_pb.d.ts +1 -1
  16. package/js/metalstack/admin/v2/ip_pb.js +1 -1
  17. package/js/metalstack/admin/v2/ip_pb.ts +2 -2
  18. package/js/metalstack/admin/v2/machine_pb.d.ts +5 -5
  19. package/js/metalstack/admin/v2/machine_pb.js +1 -1
  20. package/js/metalstack/admin/v2/machine_pb.ts +6 -6
  21. package/js/metalstack/admin/v2/network_pb.d.ts +26 -26
  22. package/js/metalstack/admin/v2/network_pb.js +2 -2
  23. package/js/metalstack/admin/v2/network_pb.ts +28 -28
  24. package/js/metalstack/admin/v2/partition_pb.d.ts +11 -11
  25. package/js/metalstack/admin/v2/partition_pb.js +1 -1
  26. package/js/metalstack/admin/v2/partition_pb.ts +12 -12
  27. package/js/metalstack/admin/v2/project_pb.d.ts +2 -2
  28. package/js/metalstack/admin/v2/project_pb.js +1 -1
  29. package/js/metalstack/admin/v2/project_pb.ts +3 -3
  30. package/js/metalstack/admin/v2/size_imageconstraint_pb.d.ts +11 -11
  31. package/js/metalstack/admin/v2/size_imageconstraint_pb.js +1 -1
  32. package/js/metalstack/admin/v2/size_imageconstraint_pb.ts +12 -12
  33. package/js/metalstack/admin/v2/size_pb.d.ts +8 -8
  34. package/js/metalstack/admin/v2/size_pb.js +1 -1
  35. package/js/metalstack/admin/v2/size_pb.ts +9 -9
  36. package/js/metalstack/admin/v2/size_reservation_pb.d.ts +10 -10
  37. package/js/metalstack/admin/v2/size_reservation_pb.js +1 -1
  38. package/js/metalstack/admin/v2/size_reservation_pb.ts +11 -11
  39. package/js/metalstack/admin/v2/switch_pb.d.ts +16 -16
  40. package/js/metalstack/admin/v2/switch_pb.js +1 -1
  41. package/js/metalstack/admin/v2/switch_pb.ts +17 -17
  42. package/js/metalstack/admin/v2/task_pb.d.ts +10 -10
  43. package/js/metalstack/admin/v2/task_pb.js +1 -1
  44. package/js/metalstack/admin/v2/task_pb.ts +11 -11
  45. package/js/metalstack/admin/v2/tenant_pb.d.ts +9 -9
  46. package/js/metalstack/admin/v2/tenant_pb.js +1 -1
  47. package/js/metalstack/admin/v2/tenant_pb.ts +10 -10
  48. package/js/metalstack/admin/v2/token_pb.d.ts +4 -4
  49. package/js/metalstack/admin/v2/token_pb.js +1 -1
  50. package/js/metalstack/admin/v2/token_pb.ts +5 -5
  51. package/js/metalstack/admin/v2/vpn_pb.d.ts +4 -4
  52. package/js/metalstack/admin/v2/vpn_pb.js +1 -1
  53. package/js/metalstack/admin/v2/vpn_pb.ts +5 -5
  54. package/js/metalstack/api/v2/audit_pb.d.ts +18 -18
  55. package/js/metalstack/api/v2/audit_pb.js +1 -1
  56. package/js/metalstack/api/v2/audit_pb.ts +19 -19
  57. package/js/metalstack/api/v2/common_pb.d.ts +7 -7
  58. package/js/metalstack/api/v2/common_pb.js +1 -1
  59. package/js/metalstack/api/v2/common_pb.ts +8 -8
  60. package/js/metalstack/api/v2/component_pb.d.ts +8 -8
  61. package/js/metalstack/api/v2/component_pb.js +1 -1
  62. package/js/metalstack/api/v2/component_pb.ts +9 -9
  63. package/js/metalstack/api/v2/filesystem_pb.d.ts +13 -13
  64. package/js/metalstack/api/v2/filesystem_pb.js +1 -1
  65. package/js/metalstack/api/v2/filesystem_pb.ts +14 -14
  66. package/js/metalstack/api/v2/health_pb.d.ts +1 -1
  67. package/js/metalstack/api/v2/health_pb.js +1 -1
  68. package/js/metalstack/api/v2/health_pb.ts +2 -2
  69. package/js/metalstack/api/v2/image_pb.d.ts +18 -18
  70. package/js/metalstack/api/v2/image_pb.js +1 -1
  71. package/js/metalstack/api/v2/image_pb.ts +19 -19
  72. package/js/metalstack/api/v2/ip_pb.d.ts +31 -31
  73. package/js/metalstack/api/v2/ip_pb.js +1 -1
  74. package/js/metalstack/api/v2/ip_pb.ts +32 -32
  75. package/js/metalstack/api/v2/machine_pb.d.ts +91 -91
  76. package/js/metalstack/api/v2/machine_pb.js +1 -1
  77. package/js/metalstack/api/v2/machine_pb.ts +92 -92
  78. package/js/metalstack/api/v2/method_pb.d.ts +2 -2
  79. package/js/metalstack/api/v2/method_pb.js +1 -1
  80. package/js/metalstack/api/v2/method_pb.ts +3 -3
  81. package/js/metalstack/api/v2/network_pb.d.ts +52 -52
  82. package/js/metalstack/api/v2/network_pb.js +2 -2
  83. package/js/metalstack/api/v2/network_pb.ts +54 -54
  84. package/js/metalstack/api/v2/partition_pb.d.ts +6 -6
  85. package/js/metalstack/api/v2/partition_pb.js +1 -1
  86. package/js/metalstack/api/v2/partition_pb.ts +7 -7
  87. package/js/metalstack/api/v2/predefined_rules_pb.js +1 -1
  88. package/js/metalstack/api/v2/predefined_rules_pb.ts +1 -1
  89. package/js/metalstack/api/v2/project_pb.d.ts +24 -24
  90. package/js/metalstack/api/v2/project_pb.js +2 -2
  91. package/js/metalstack/api/v2/project_pb.ts +26 -26
  92. package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +6 -6
  93. package/js/metalstack/api/v2/size_imageconstraint_pb.js +1 -1
  94. package/js/metalstack/api/v2/size_imageconstraint_pb.ts +7 -7
  95. package/js/metalstack/api/v2/size_pb.d.ts +10 -10
  96. package/js/metalstack/api/v2/size_pb.js +1 -1
  97. package/js/metalstack/api/v2/size_pb.ts +11 -11
  98. package/js/metalstack/api/v2/size_reservation_pb.d.ts +10 -10
  99. package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
  100. package/js/metalstack/api/v2/size_reservation_pb.ts +11 -11
  101. package/js/metalstack/api/v2/switch_pb.d.ts +26 -26
  102. package/js/metalstack/api/v2/switch_pb.js +1 -1
  103. package/js/metalstack/api/v2/switch_pb.ts +27 -27
  104. package/js/metalstack/api/v2/tenant_pb.d.ts +24 -24
  105. package/js/metalstack/api/v2/tenant_pb.js +1 -1
  106. package/js/metalstack/api/v2/tenant_pb.ts +25 -25
  107. package/js/metalstack/api/v2/token_pb.d.ts +18 -18
  108. package/js/metalstack/api/v2/token_pb.js +1 -1
  109. package/js/metalstack/api/v2/token_pb.ts +19 -19
  110. package/js/metalstack/api/v2/user_pb.d.ts +2 -2
  111. package/js/metalstack/api/v2/user_pb.js +1 -1
  112. package/js/metalstack/api/v2/user_pb.ts +3 -3
  113. package/js/metalstack/api/v2/version_pb.d.ts +1 -1
  114. package/js/metalstack/api/v2/version_pb.js +1 -1
  115. package/js/metalstack/api/v2/version_pb.ts +2 -2
  116. package/js/metalstack/api/v2/vpn_pb.d.ts +1 -1
  117. package/js/metalstack/api/v2/vpn_pb.js +1 -1
  118. package/js/metalstack/api/v2/vpn_pb.ts +2 -2
  119. package/js/metalstack/infra/v2/bmc_pb.d.ts +2 -2
  120. package/js/metalstack/infra/v2/bmc_pb.js +1 -1
  121. package/js/metalstack/infra/v2/bmc_pb.ts +3 -3
  122. package/js/metalstack/infra/v2/boot_pb.d.ts +6 -6
  123. package/js/metalstack/infra/v2/boot_pb.js +1 -1
  124. package/js/metalstack/infra/v2/boot_pb.ts +7 -7
  125. package/js/metalstack/infra/v2/component_pb.d.ts +3 -3
  126. package/js/metalstack/infra/v2/component_pb.js +1 -1
  127. package/js/metalstack/infra/v2/component_pb.ts +4 -4
  128. package/js/metalstack/infra/v2/event_pb.d.ts +1 -1
  129. package/js/metalstack/infra/v2/event_pb.js +1 -1
  130. package/js/metalstack/infra/v2/event_pb.ts +2 -2
  131. package/js/metalstack/infra/v2/switch_pb.d.ts +7 -7
  132. package/js/metalstack/infra/v2/switch_pb.js +1 -1
  133. package/js/metalstack/infra/v2/switch_pb.ts +8 -8
  134. package/package.json +1 -1
@@ -46,7 +46,7 @@ export type MachineServiceGetResponse = Message<"metalstack.api.v2.MachineServic
46
46
  *
47
47
  * @generated from field: metalstack.api.v2.Machine machine = 1;
48
48
  */
49
- machine?: Machine;
49
+ machine?: Machine | undefined;
50
50
  };
51
51
  /**
52
52
  * Describes the message metalstack.api.v2.MachineServiceGetResponse.
@@ -72,7 +72,7 @@ export type MachineServiceCreateRequest = Message<"metalstack.api.v2.MachineServ
72
72
  *
73
73
  * @generated from field: optional string uuid = 2;
74
74
  */
75
- uuid?: string;
75
+ uuid?: string | undefined;
76
76
  /**
77
77
  * Name of this machine
78
78
  *
@@ -84,25 +84,25 @@ export type MachineServiceCreateRequest = Message<"metalstack.api.v2.MachineServ
84
84
  *
85
85
  * @generated from field: optional string description = 4;
86
86
  */
87
- description?: string;
87
+ description?: string | undefined;
88
88
  /**
89
89
  * Hostname the hostname for the allocated machine (defaults to metal)
90
90
  *
91
91
  * @generated from field: optional string hostname = 5;
92
92
  */
93
- hostname?: string;
93
+ hostname?: string | undefined;
94
94
  /**
95
95
  * Partition the partition id to assign this machine to, must be omitted if uuid is given
96
96
  *
97
97
  * @generated from field: optional string partition = 6;
98
98
  */
99
- partition?: string;
99
+ partition?: string | undefined;
100
100
  /**
101
101
  * Size of the machine to create, must be omitted if uuid is given
102
102
  *
103
103
  * @generated from field: optional string size = 7;
104
104
  */
105
- size?: string;
105
+ size?: string | undefined;
106
106
  /**
107
107
  * Image which should be installed on this machine
108
108
  * The image can be specified either in the fully qualified form, e.g. including os, major, minor and patch
@@ -122,7 +122,7 @@ export type MachineServiceCreateRequest = Message<"metalstack.api.v2.MachineServ
122
122
  *
123
123
  * @generated from field: optional string filesystem_layout = 9;
124
124
  */
125
- filesystemLayout?: string;
125
+ filesystemLayout?: string | undefined;
126
126
  /**
127
127
  * SSHPublicKeys defines the ssh public key to be installed on the machine to access it via ssh
128
128
  *
@@ -135,13 +135,13 @@ export type MachineServiceCreateRequest = Message<"metalstack.api.v2.MachineServ
135
135
  *
136
136
  * @generated from field: optional string userdata = 11;
137
137
  */
138
- userdata?: string;
138
+ userdata?: string | undefined;
139
139
  /**
140
140
  * Labels to be attached to this machine allocation
141
141
  *
142
142
  * @generated from field: metalstack.api.v2.Labels labels = 12;
143
143
  */
144
- labels?: Labels;
144
+ labels?: Labels | undefined;
145
145
  /**
146
146
  * Networks the networks that this machine will be placed in.
147
147
  *
@@ -178,7 +178,7 @@ export type MachineServiceCreateRequest = Message<"metalstack.api.v2.MachineServ
178
178
  *
179
179
  * @generated from field: metalstack.api.v2.FirewallSpec firewall_spec = 18;
180
180
  */
181
- firewallSpec?: FirewallSpec;
181
+ firewallSpec?: FirewallSpec | undefined;
182
182
  };
183
183
  /**
184
184
  * Describes the message metalstack.api.v2.MachineServiceCreateRequest.
@@ -196,7 +196,7 @@ export type FirewallSpec = Message<"metalstack.api.v2.FirewallSpec"> & {
196
196
  *
197
197
  * @generated from field: metalstack.api.v2.FirewallRules firewall_rules = 1;
198
198
  */
199
- firewallRules?: FirewallRules;
199
+ firewallRules?: FirewallRules | undefined;
200
200
  };
201
201
  /**
202
202
  * Describes the message metalstack.api.v2.FirewallSpec.
@@ -214,7 +214,7 @@ export type MachineServiceCreateResponse = Message<"metalstack.api.v2.MachineSer
214
214
  *
215
215
  * @generated from field: metalstack.api.v2.Machine machine = 1;
216
216
  */
217
- machine?: Machine;
217
+ machine?: Machine | undefined;
218
218
  };
219
219
  /**
220
220
  * Describes the message metalstack.api.v2.MachineServiceCreateResponse.
@@ -238,7 +238,7 @@ export type MachineServiceUpdateRequest = Message<"metalstack.api.v2.MachineServ
238
238
  *
239
239
  * @generated from field: metalstack.api.v2.UpdateMeta update_meta = 2;
240
240
  */
241
- updateMeta?: UpdateMeta;
241
+ updateMeta?: UpdateMeta | undefined;
242
242
  /**
243
243
  * Project of the machine
244
244
  *
@@ -250,13 +250,13 @@ export type MachineServiceUpdateRequest = Message<"metalstack.api.v2.MachineServ
250
250
  *
251
251
  * @generated from field: optional string description = 4;
252
252
  */
253
- description?: string;
253
+ description?: string | undefined;
254
254
  /**
255
255
  * Labels to update on this machine allocation
256
256
  *
257
257
  * @generated from field: optional metalstack.api.v2.UpdateLabels labels = 5;
258
258
  */
259
- labels?: UpdateLabels;
259
+ labels?: UpdateLabels | undefined;
260
260
  /**
261
261
  * SSHPublicKeys which should be update of this machine allocation
262
262
  *
@@ -280,7 +280,7 @@ export type MachineServiceUpdateResponse = Message<"metalstack.api.v2.MachineSer
280
280
  *
281
281
  * @generated from field: metalstack.api.v2.Machine machine = 1;
282
282
  */
283
- machine?: Machine;
283
+ machine?: Machine | undefined;
284
284
  };
285
285
  /**
286
286
  * Describes the message metalstack.api.v2.MachineServiceUpdateResponse.
@@ -304,7 +304,7 @@ export type MachineServiceListRequest = Message<"metalstack.api.v2.MachineServic
304
304
  *
305
305
  * @generated from field: metalstack.api.v2.MachineQuery query = 2;
306
306
  */
307
- query?: MachineQuery;
307
+ query?: MachineQuery | undefined;
308
308
  };
309
309
  /**
310
310
  * Describes the message metalstack.api.v2.MachineServiceListRequest.
@@ -364,7 +364,7 @@ export type MachineServiceDeleteResponse = Message<"metalstack.api.v2.MachineSer
364
364
  *
365
365
  * @generated from field: metalstack.api.v2.Machine machine = 1;
366
366
  */
367
- machine?: Machine;
367
+ machine?: Machine | undefined;
368
368
  };
369
369
  /**
370
370
  * Describes the message metalstack.api.v2.MachineServiceDeleteResponse.
@@ -453,7 +453,7 @@ export type MachineServiceGetBMCResponse = Message<"metalstack.api.v2.MachineSer
453
453
  *
454
454
  * @generated from field: metalstack.api.v2.MachineBMCReport bmc = 2;
455
455
  */
456
- bmc?: MachineBMCReport;
456
+ bmc?: MachineBMCReport | undefined;
457
457
  };
458
458
  /**
459
459
  * Describes the message metalstack.api.v2.MachineServiceGetBMCResponse.
@@ -477,13 +477,13 @@ export type Machine = Message<"metalstack.api.v2.Machine"> & {
477
477
  *
478
478
  * @generated from field: metalstack.api.v2.Meta meta = 2;
479
479
  */
480
- meta?: Meta;
480
+ meta?: Meta | undefined;
481
481
  /**
482
482
  * Partition where this machine resides
483
483
  *
484
484
  * @generated from field: metalstack.api.v2.Partition partition = 3;
485
485
  */
486
- partition?: Partition;
486
+ partition?: Partition | undefined;
487
487
  /**
488
488
  * Rack where this machine is located
489
489
  *
@@ -495,31 +495,31 @@ export type Machine = Message<"metalstack.api.v2.Machine"> & {
495
495
  *
496
496
  * @generated from field: metalstack.api.v2.Size size = 5;
497
497
  */
498
- size?: Size;
498
+ size?: Size | undefined;
499
499
  /**
500
500
  * Hardware specs of this machine
501
501
  *
502
502
  * @generated from field: metalstack.api.v2.MachineHardware hardware = 6;
503
503
  */
504
- hardware?: MachineHardware;
504
+ hardware?: MachineHardware | undefined;
505
505
  /**
506
506
  * Allocation details
507
507
  *
508
508
  * @generated from field: metalstack.api.v2.MachineAllocation allocation = 7;
509
509
  */
510
- allocation?: MachineAllocation;
510
+ allocation?: MachineAllocation | undefined;
511
511
  /**
512
512
  * Status contains several status details related to this machine
513
513
  *
514
514
  * @generated from field: metalstack.api.v2.MachineStatus status = 8;
515
515
  */
516
- status?: MachineStatus;
516
+ status?: MachineStatus | undefined;
517
517
  /**
518
518
  * MachineRecentProvisioningEvents contains the recent provisioning events
519
519
  *
520
520
  * @generated from field: metalstack.api.v2.MachineRecentProvisioningEvents recent_provisioning_events = 9;
521
521
  */
522
- recentProvisioningEvents?: MachineRecentProvisioningEvents;
522
+ recentProvisioningEvents?: MachineRecentProvisioningEvents | undefined;
523
523
  };
524
524
  /**
525
525
  * Describes the message metalstack.api.v2.Machine.
@@ -537,13 +537,13 @@ export type MachineStatus = Message<"metalstack.api.v2.MachineStatus"> & {
537
537
  *
538
538
  * @generated from field: metalstack.api.v2.MachineCondition condition = 1;
539
539
  */
540
- condition?: MachineCondition;
540
+ condition?: MachineCondition | undefined;
541
541
  /**
542
542
  * LEDState indicates the state of the indicator LED on this machine
543
543
  *
544
544
  * @generated from field: metalstack.api.v2.MachineChassisIdentifyLEDState led_state = 2;
545
545
  */
546
- ledState?: MachineChassisIdentifyLEDState;
546
+ ledState?: MachineChassisIdentifyLEDState | undefined;
547
547
  /**
548
548
  * Liveliness of this machine
549
549
  *
@@ -609,7 +609,7 @@ export type MachineAllocation = Message<"metalstack.api.v2.MachineAllocation"> &
609
609
  *
610
610
  * @generated from field: metalstack.api.v2.Meta meta = 2;
611
611
  */
612
- meta?: Meta;
612
+ meta?: Meta | undefined;
613
613
  /**
614
614
  * Name of this allocation
615
615
  *
@@ -639,13 +639,13 @@ export type MachineAllocation = Message<"metalstack.api.v2.MachineAllocation"> &
639
639
  *
640
640
  * @generated from field: metalstack.api.v2.Image image = 7;
641
641
  */
642
- image?: Image;
642
+ image?: Image | undefined;
643
643
  /**
644
644
  * FilesystemLayout to create on the disks
645
645
  *
646
646
  * @generated from field: metalstack.api.v2.FilesystemLayout filesystem_layout = 8;
647
647
  */
648
- filesystemLayout?: FilesystemLayout;
648
+ filesystemLayout?: FilesystemLayout | undefined;
649
649
  /**
650
650
  * Networks this machine should be attached to
651
651
  *
@@ -682,7 +682,7 @@ export type MachineAllocation = Message<"metalstack.api.v2.MachineAllocation"> &
682
682
  *
683
683
  * @generated from field: metalstack.api.v2.FirewallRules firewall_rules = 14;
684
684
  */
685
- firewallRules?: FirewallRules;
685
+ firewallRules?: FirewallRules | undefined;
686
686
  /**
687
687
  * DNSServers for this machine
688
688
  *
@@ -700,7 +700,7 @@ export type MachineAllocation = Message<"metalstack.api.v2.MachineAllocation"> &
700
700
  *
701
701
  * @generated from field: metalstack.api.v2.MachineVPN vpn = 17;
702
702
  */
703
- vpn?: MachineVPN;
703
+ vpn?: MachineVPN | undefined;
704
704
  };
705
705
  /**
706
706
  * Describes the message metalstack.api.v2.MachineAllocation.
@@ -893,7 +893,7 @@ export type MachineNetwork = Message<"metalstack.api.v2.MachineNetwork"> & {
893
893
  *
894
894
  * @generated from field: optional string project = 9;
895
895
  */
896
- project?: string;
896
+ project?: string | undefined;
897
897
  };
898
898
  /**
899
899
  * Describes the message metalstack.api.v2.MachineNetwork.
@@ -1121,25 +1121,25 @@ export type MachineBMCReport = Message<"metalstack.api.v2.MachineBMCReport"> & {
1121
1121
  *
1122
1122
  * @generated from field: metalstack.api.v2.MachineBMC bmc = 1;
1123
1123
  */
1124
- bmc?: MachineBMC;
1124
+ bmc?: MachineBMC | undefined;
1125
1125
  /**
1126
1126
  * Bios contains bios details
1127
1127
  *
1128
1128
  * @generated from field: metalstack.api.v2.MachineBios bios = 2;
1129
1129
  */
1130
- bios?: MachineBios;
1130
+ bios?: MachineBios | undefined;
1131
1131
  /**
1132
1132
  * Fru containers field replaceable unit details
1133
1133
  *
1134
1134
  * @generated from field: metalstack.api.v2.MachineFRU fru = 3;
1135
1135
  */
1136
- fru?: MachineFRU;
1136
+ fru?: MachineFRU | undefined;
1137
1137
  /**
1138
1138
  * PowerMetric contains the power statistics of the machine
1139
1139
  *
1140
1140
  * @generated from field: metalstack.api.v2.MachinePowerMetric power_metric = 4;
1141
1141
  */
1142
- powerMetric?: MachinePowerMetric;
1142
+ powerMetric?: MachinePowerMetric | undefined;
1143
1143
  /**
1144
1144
  * PowerSupplies contains details about all power supplies and their state
1145
1145
  *
@@ -1151,13 +1151,13 @@ export type MachineBMCReport = Message<"metalstack.api.v2.MachineBMCReport"> & {
1151
1151
  *
1152
1152
  * @generated from field: metalstack.api.v2.MachineChassisIdentifyLEDState led_state = 6;
1153
1153
  */
1154
- ledState?: MachineChassisIdentifyLEDState;
1154
+ ledState?: MachineChassisIdentifyLEDState | undefined;
1155
1155
  /**
1156
1156
  * UpdatedAt contains the date when this data was last updated
1157
1157
  *
1158
1158
  * @generated from field: google.protobuf.Timestamp updated_at = 7;
1159
1159
  */
1160
- updatedAt?: Timestamp;
1160
+ updatedAt?: Timestamp | undefined;
1161
1161
  };
1162
1162
  /**
1163
1163
  * Describes the message metalstack.api.v2.MachineBMCReport.
@@ -1259,49 +1259,49 @@ export type MachineFRU = Message<"metalstack.api.v2.MachineFRU"> & {
1259
1259
  *
1260
1260
  * @generated from field: optional string chassis_part_number = 1;
1261
1261
  */
1262
- chassisPartNumber?: string;
1262
+ chassisPartNumber?: string | undefined;
1263
1263
  /**
1264
1264
  * ChassisPartSerial is the serial number of the machine chassis
1265
1265
  *
1266
1266
  * @generated from field: optional string chassis_part_serial = 2;
1267
1267
  */
1268
- chassisPartSerial?: string;
1268
+ chassisPartSerial?: string | undefined;
1269
1269
  /**
1270
1270
  * BoardMfg is the short description of the mainboard
1271
1271
  *
1272
1272
  * @generated from field: optional string board_mfg = 3;
1273
1273
  */
1274
- boardMfg?: string;
1274
+ boardMfg?: string | undefined;
1275
1275
  /**
1276
1276
  * BoardMfgSerial is the serial number of the mainboard
1277
1277
  *
1278
1278
  * @generated from field: optional string board_mfg_serial = 4;
1279
1279
  */
1280
- boardMfgSerial?: string;
1280
+ boardMfgSerial?: string | undefined;
1281
1281
  /**
1282
1282
  * BoardPartNumber is the part number of the mainboard
1283
1283
  *
1284
1284
  * @generated from field: optional string board_part_number = 5;
1285
1285
  */
1286
- boardPartNumber?: string;
1286
+ boardPartNumber?: string | undefined;
1287
1287
  /**
1288
1288
  * ProductManufacturer is the manufacturer of the machine
1289
1289
  *
1290
1290
  * @generated from field: optional string product_manufacturer = 6;
1291
1291
  */
1292
- productManufacturer?: string;
1292
+ productManufacturer?: string | undefined;
1293
1293
  /**
1294
1294
  * ProductPartNumber is the part number of the machine
1295
1295
  *
1296
1296
  * @generated from field: optional string product_part_number = 7;
1297
1297
  */
1298
- productPartNumber?: string;
1298
+ productPartNumber?: string | undefined;
1299
1299
  /**
1300
1300
  * ProductSerial is the serial number of the machine
1301
1301
  *
1302
1302
  * @generated from field: optional string product_serial = 8;
1303
1303
  */
1304
- productSerial?: string;
1304
+ productSerial?: string | undefined;
1305
1305
  };
1306
1306
  /**
1307
1307
  * Describes the message metalstack.api.v2.MachineFRU.
@@ -1394,13 +1394,13 @@ export type MachineRecentProvisioningEvents = Message<"metalstack.api.v2.Machine
1394
1394
  *
1395
1395
  * @generated from field: google.protobuf.Timestamp last_event_time = 2;
1396
1396
  */
1397
- lastEventTime?: Timestamp;
1397
+ lastEventTime?: Timestamp | undefined;
1398
1398
  /**
1399
1399
  * LastErrorEvent the last erroneous event received
1400
1400
  *
1401
1401
  * @generated from field: metalstack.api.v2.MachineProvisioningEvent last_error_event = 3;
1402
1402
  */
1403
- lastErrorEvent?: MachineProvisioningEvent;
1403
+ lastErrorEvent?: MachineProvisioningEvent | undefined;
1404
1404
  /**
1405
1405
  * State can be either CrashLoop, FailedReclaim or something else
1406
1406
  *
@@ -1424,7 +1424,7 @@ export type MachineProvisioningEvent = Message<"metalstack.api.v2.MachineProvisi
1424
1424
  *
1425
1425
  * @generated from field: google.protobuf.Timestamp time = 1;
1426
1426
  */
1427
- time?: Timestamp;
1427
+ time?: Timestamp | undefined;
1428
1428
  /**
1429
1429
  * Event the event emitted by the machine
1430
1430
  *
@@ -1490,106 +1490,106 @@ export type MachineQuery = Message<"metalstack.api.v2.MachineQuery"> & {
1490
1490
  *
1491
1491
  * @generated from field: optional string uuid = 1;
1492
1492
  */
1493
- uuid?: string;
1493
+ uuid?: string | undefined;
1494
1494
  /**
1495
1495
  * Name of the machine to get
1496
1496
  *
1497
1497
  * @generated from field: optional string name = 2;
1498
1498
  */
1499
- name?: string;
1499
+ name?: string | undefined;
1500
1500
  /**
1501
1501
  * Partition of the machine to get
1502
1502
  *
1503
1503
  * @generated from field: optional string partition = 3;
1504
1504
  */
1505
- partition?: string;
1505
+ partition?: string | undefined;
1506
1506
  /**
1507
1507
  * Size of the machine to get
1508
1508
  *
1509
1509
  * @generated from field: optional string size = 4;
1510
1510
  */
1511
- size?: string;
1511
+ size?: string | undefined;
1512
1512
  /**
1513
1513
  * Rack of the machine to get
1514
1514
  *
1515
1515
  * @generated from field: optional string rack = 5;
1516
1516
  */
1517
- rack?: string;
1517
+ rack?: string | undefined;
1518
1518
  /**
1519
1519
  * Labels for which this machine should get filtered
1520
1520
  *
1521
1521
  * @generated from field: optional metalstack.api.v2.Labels labels = 6;
1522
1522
  */
1523
- labels?: Labels;
1523
+ labels?: Labels | undefined;
1524
1524
  /**
1525
1525
  * Allocation specific machine queries
1526
1526
  *
1527
1527
  * @generated from field: optional metalstack.api.v2.MachineAllocationQuery allocation = 7;
1528
1528
  */
1529
- allocation?: MachineAllocationQuery;
1529
+ allocation?: MachineAllocationQuery | undefined;
1530
1530
  /**
1531
1531
  * Network specific machine queries
1532
1532
  *
1533
1533
  * @generated from field: optional metalstack.api.v2.MachineNetworkQuery network = 8;
1534
1534
  */
1535
- network?: MachineNetworkQuery;
1535
+ network?: MachineNetworkQuery | undefined;
1536
1536
  /**
1537
1537
  * Nic specific machine queries
1538
1538
  *
1539
1539
  * @generated from field: optional metalstack.api.v2.MachineNicQuery nic = 9;
1540
1540
  */
1541
- nic?: MachineNicQuery;
1541
+ nic?: MachineNicQuery | undefined;
1542
1542
  /**
1543
1543
  * Disk specific machine queries
1544
1544
  *
1545
1545
  * @generated from field: optional metalstack.api.v2.MachineDiskQuery disk = 10;
1546
1546
  */
1547
- disk?: MachineDiskQuery;
1547
+ disk?: MachineDiskQuery | undefined;
1548
1548
  /**
1549
1549
  * Bmc specific machine queries
1550
1550
  *
1551
1551
  * @generated from field: optional metalstack.api.v2.MachineBMCQuery bmc = 11;
1552
1552
  */
1553
- bmc?: MachineBMCQuery;
1553
+ bmc?: MachineBMCQuery | undefined;
1554
1554
  /**
1555
1555
  * Fru specific machine queries
1556
1556
  *
1557
1557
  * @generated from field: optional metalstack.api.v2.MachineFRUQuery fru = 12;
1558
1558
  */
1559
- fru?: MachineFRUQuery;
1559
+ fru?: MachineFRUQuery | undefined;
1560
1560
  /**
1561
1561
  * Hardware specific machine query
1562
1562
  *
1563
1563
  * @generated from field: optional metalstack.api.v2.MachineHardwareQuery hardware = 13;
1564
1564
  */
1565
- hardware?: MachineHardwareQuery;
1565
+ hardware?: MachineHardwareQuery | undefined;
1566
1566
  /**
1567
1567
  * State this machine has
1568
1568
  *
1569
1569
  * @generated from field: optional metalstack.api.v2.MachineState state = 14;
1570
1570
  */
1571
- state?: MachineState;
1571
+ state?: MachineState | undefined;
1572
1572
  /**
1573
1573
  * Waiting if set to true, only waiting machines are returned.
1574
1574
  * Only useful for admins.
1575
1575
  *
1576
1576
  * @generated from field: optional bool waiting = 15;
1577
1577
  */
1578
- waiting?: boolean;
1578
+ waiting?: boolean | undefined;
1579
1579
  /**
1580
1580
  * Preallocated if set to true, only machines which are preallocated are returned.
1581
1581
  * Only useful for admins.
1582
1582
  *
1583
1583
  * @generated from field: optional bool preallocated = 16;
1584
1584
  */
1585
- preallocated?: boolean;
1585
+ preallocated?: boolean | undefined;
1586
1586
  /**
1587
1587
  * NotAllocated if set to true, only machines which are not allocated are returned.
1588
1588
  * Only useful for admins.
1589
1589
  *
1590
1590
  * @generated from field: optional bool not_allocated = 17;
1591
1591
  */
1592
- notAllocated?: boolean;
1592
+ notAllocated?: boolean | undefined;
1593
1593
  };
1594
1594
  /**
1595
1595
  * Describes the message metalstack.api.v2.MachineQuery.
@@ -1607,55 +1607,55 @@ export type MachineAllocationQuery = Message<"metalstack.api.v2.MachineAllocatio
1607
1607
  *
1608
1608
  * @generated from field: optional string uuid = 1;
1609
1609
  */
1610
- uuid?: string;
1610
+ uuid?: string | undefined;
1611
1611
  /**
1612
1612
  * Name of the machine to get
1613
1613
  *
1614
1614
  * @generated from field: optional string name = 2;
1615
1615
  */
1616
- name?: string;
1616
+ name?: string | undefined;
1617
1617
  /**
1618
1618
  * Project of the machine to get
1619
1619
  *
1620
1620
  * @generated from field: optional string project = 3;
1621
1621
  */
1622
- project?: string;
1622
+ project?: string | undefined;
1623
1623
  /**
1624
1624
  * Image of the machine to get
1625
1625
  *
1626
1626
  * @generated from field: optional string image = 4;
1627
1627
  */
1628
- image?: string;
1628
+ image?: string | undefined;
1629
1629
  /**
1630
1630
  * FilesystemLayout of the machine to get
1631
1631
  *
1632
1632
  * @generated from field: optional string filesystem_layout = 5;
1633
1633
  */
1634
- filesystemLayout?: string;
1634
+ filesystemLayout?: string | undefined;
1635
1635
  /**
1636
1636
  * Hostname of the machine to get
1637
1637
  *
1638
1638
  * @generated from field: optional string hostname = 6;
1639
1639
  */
1640
- hostname?: string;
1640
+ hostname?: string | undefined;
1641
1641
  /**
1642
1642
  * AllocationType of this machine
1643
1643
  *
1644
1644
  * @generated from field: optional metalstack.api.v2.MachineAllocationType allocation_type = 7;
1645
1645
  */
1646
- allocationType?: MachineAllocationType;
1646
+ allocationType?: MachineAllocationType | undefined;
1647
1647
  /**
1648
1648
  * Labels for which this machine allocation should get filtered
1649
1649
  *
1650
1650
  * @generated from field: optional metalstack.api.v2.Labels labels = 8;
1651
1651
  */
1652
- labels?: Labels;
1652
+ labels?: Labels | undefined;
1653
1653
  /**
1654
1654
  * VPN query if this machine has a vpn configuration
1655
1655
  *
1656
1656
  * @generated from field: optional metalstack.api.v2.MachineVPN vpn = 9;
1657
1657
  */
1658
- vpn?: MachineVPN;
1658
+ vpn?: MachineVPN | undefined;
1659
1659
  };
1660
1660
  /**
1661
1661
  * Describes the message metalstack.api.v2.MachineAllocationQuery.
@@ -1781,25 +1781,25 @@ export type MachineBMCQuery = Message<"metalstack.api.v2.MachineBMCQuery"> & {
1781
1781
  *
1782
1782
  * @generated from field: optional string address = 1;
1783
1783
  */
1784
- address?: string;
1784
+ address?: string | undefined;
1785
1785
  /**
1786
1786
  * Mac of the ipmi system of this machine
1787
1787
  *
1788
1788
  * @generated from field: optional string mac = 2;
1789
1789
  */
1790
- mac?: string;
1790
+ mac?: string | undefined;
1791
1791
  /**
1792
1792
  * User of the ipmi system of this machine
1793
1793
  *
1794
1794
  * @generated from field: optional string user = 3;
1795
1795
  */
1796
- user?: string;
1796
+ user?: string | undefined;
1797
1797
  /**
1798
1798
  * Interface of the ipmi system of this machine
1799
1799
  *
1800
1800
  * @generated from field: optional string interface = 4;
1801
1801
  */
1802
- interface?: string;
1802
+ interface?: string | undefined;
1803
1803
  };
1804
1804
  /**
1805
1805
  * Describes the message metalstack.api.v2.MachineBMCQuery.
@@ -1817,49 +1817,49 @@ export type MachineFRUQuery = Message<"metalstack.api.v2.MachineFRUQuery"> & {
1817
1817
  *
1818
1818
  * @generated from field: optional string chassis_part_number = 1;
1819
1819
  */
1820
- chassisPartNumber?: string;
1820
+ chassisPartNumber?: string | undefined;
1821
1821
  /**
1822
1822
  * ChassisPartSerial of this machine
1823
1823
  *
1824
1824
  * @generated from field: optional string chassis_part_serial = 2;
1825
1825
  */
1826
- chassisPartSerial?: string;
1826
+ chassisPartSerial?: string | undefined;
1827
1827
  /**
1828
1828
  * BoardMFG of this machine
1829
1829
  *
1830
1830
  * @generated from field: optional string board_mfg = 3;
1831
1831
  */
1832
- boardMfg?: string;
1832
+ boardMfg?: string | undefined;
1833
1833
  /**
1834
1834
  * BoardSerial of this machine
1835
1835
  *
1836
1836
  * @generated from field: optional string board_serial = 4;
1837
1837
  */
1838
- boardSerial?: string;
1838
+ boardSerial?: string | undefined;
1839
1839
  /**
1840
1840
  * BoardPartNumber of this machine
1841
1841
  *
1842
1842
  * @generated from field: optional string board_part_number = 5;
1843
1843
  */
1844
- boardPartNumber?: string;
1844
+ boardPartNumber?: string | undefined;
1845
1845
  /**
1846
1846
  * ProductManufacturer of this machine
1847
1847
  *
1848
1848
  * @generated from field: optional string product_manufacturer = 6;
1849
1849
  */
1850
- productManufacturer?: string;
1850
+ productManufacturer?: string | undefined;
1851
1851
  /**
1852
1852
  * ProductPartNumber of this machine
1853
1853
  *
1854
1854
  * @generated from field: optional string product_part_number = 7;
1855
1855
  */
1856
- productPartNumber?: string;
1856
+ productPartNumber?: string | undefined;
1857
1857
  /**
1858
1858
  * ProductSerial of this machine
1859
1859
  *
1860
1860
  * @generated from field: optional string product_serial = 8;
1861
1861
  */
1862
- productSerial?: string;
1862
+ productSerial?: string | undefined;
1863
1863
  };
1864
1864
  /**
1865
1865
  * Describes the message metalstack.api.v2.MachineFRUQuery.
@@ -1877,13 +1877,13 @@ export type MachineHardwareQuery = Message<"metalstack.api.v2.MachineHardwareQue
1877
1877
  *
1878
1878
  * @generated from field: optional uint64 memory = 1;
1879
1879
  */
1880
- memory?: bigint;
1880
+ memory?: bigint | undefined;
1881
1881
  /**
1882
1882
  * CPUCores the number of cpu cores
1883
1883
  *
1884
1884
  * @generated from field: optional uint32 cpu_cores = 2;
1885
1885
  */
1886
- cpuCores?: number;
1886
+ cpuCores?: number | undefined;
1887
1887
  };
1888
1888
  /**
1889
1889
  * Describes the message metalstack.api.v2.MachineHardwareQuery.