@metal-stack/api 0.0.59 → 0.0.61

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 (126) hide show
  1. package/js/metalstack/admin/v2/audit_pb.d.ts +8 -8
  2. package/js/metalstack/admin/v2/audit_pb.js +1 -1
  3. package/js/metalstack/admin/v2/audit_pb.ts +8 -8
  4. package/js/metalstack/admin/v2/component_pb.d.ts +14 -14
  5. package/js/metalstack/admin/v2/component_pb.js +1 -1
  6. package/js/metalstack/admin/v2/component_pb.ts +14 -14
  7. package/js/metalstack/admin/v2/filesystem_pb.d.ts +15 -15
  8. package/js/metalstack/admin/v2/filesystem_pb.js +1 -1
  9. package/js/metalstack/admin/v2/filesystem_pb.ts +15 -15
  10. package/js/metalstack/admin/v2/image_pb.d.ts +20 -20
  11. package/js/metalstack/admin/v2/image_pb.js +1 -1
  12. package/js/metalstack/admin/v2/image_pb.ts +20 -20
  13. package/js/metalstack/admin/v2/ip_pb.d.ts +6 -6
  14. package/js/metalstack/admin/v2/ip_pb.js +1 -1
  15. package/js/metalstack/admin/v2/ip_pb.ts +6 -6
  16. package/js/metalstack/admin/v2/machine_pb.d.ts +10 -10
  17. package/js/metalstack/admin/v2/machine_pb.js +1 -1
  18. package/js/metalstack/admin/v2/machine_pb.ts +10 -10
  19. package/js/metalstack/admin/v2/network_pb.d.ts +25 -25
  20. package/js/metalstack/admin/v2/network_pb.js +1 -1
  21. package/js/metalstack/admin/v2/network_pb.ts +25 -25
  22. package/js/metalstack/admin/v2/partition_pb.d.ts +10 -11
  23. package/js/metalstack/admin/v2/partition_pb.js +2 -2
  24. package/js/metalstack/admin/v2/partition_pb.ts +11 -12
  25. package/js/metalstack/admin/v2/project_pb.d.ts +7 -7
  26. package/js/metalstack/admin/v2/project_pb.js +1 -1
  27. package/js/metalstack/admin/v2/project_pb.ts +7 -7
  28. package/js/metalstack/admin/v2/size_imageconstraint_pb.d.ts +21 -21
  29. package/js/metalstack/admin/v2/size_imageconstraint_pb.js +1 -1
  30. package/js/metalstack/admin/v2/size_imageconstraint_pb.ts +21 -21
  31. package/js/metalstack/admin/v2/size_pb.d.ts +13 -13
  32. package/js/metalstack/admin/v2/size_pb.js +1 -1
  33. package/js/metalstack/admin/v2/size_pb.ts +13 -13
  34. package/js/metalstack/admin/v2/size_reservation_pb.d.ts +17 -17
  35. package/js/metalstack/admin/v2/size_reservation_pb.js +1 -1
  36. package/js/metalstack/admin/v2/size_reservation_pb.ts +17 -17
  37. package/js/metalstack/admin/v2/switch_pb.d.ts +51 -51
  38. package/js/metalstack/admin/v2/switch_pb.js +1 -1
  39. package/js/metalstack/admin/v2/switch_pb.ts +51 -51
  40. package/js/metalstack/admin/v2/task_pb.d.ts +58 -58
  41. package/js/metalstack/admin/v2/task_pb.js +10 -10
  42. package/js/metalstack/admin/v2/task_pb.ts +58 -58
  43. package/js/metalstack/admin/v2/tenant_pb.d.ts +14 -14
  44. package/js/metalstack/admin/v2/tenant_pb.js +1 -1
  45. package/js/metalstack/admin/v2/tenant_pb.ts +14 -14
  46. package/js/metalstack/admin/v2/token_pb.d.ts +13 -13
  47. package/js/metalstack/admin/v2/token_pb.js +1 -1
  48. package/js/metalstack/admin/v2/token_pb.ts +13 -13
  49. package/js/metalstack/admin/v2/vpn_pb.d.ts +20 -20
  50. package/js/metalstack/admin/v2/vpn_pb.js +1 -1
  51. package/js/metalstack/admin/v2/vpn_pb.ts +20 -20
  52. package/js/metalstack/api/v2/audit_pb.d.ts +14 -14
  53. package/js/metalstack/api/v2/audit_pb.js +3 -3
  54. package/js/metalstack/api/v2/audit_pb.ts +14 -14
  55. package/js/metalstack/api/v2/common_pb.d.ts +2 -2
  56. package/js/metalstack/api/v2/common_pb.js +4 -3
  57. package/js/metalstack/api/v2/common_pb.ts +4 -3
  58. package/js/metalstack/api/v2/filesystem_pb.d.ts +4 -4
  59. package/js/metalstack/api/v2/filesystem_pb.js +2 -2
  60. package/js/metalstack/api/v2/filesystem_pb.ts +5 -5
  61. package/js/metalstack/api/v2/health_pb.d.ts +20 -20
  62. package/js/metalstack/api/v2/health_pb.js +9 -9
  63. package/js/metalstack/api/v2/health_pb.ts +20 -20
  64. package/js/metalstack/api/v2/image_pb.d.ts +10 -4
  65. package/js/metalstack/api/v2/image_pb.js +2 -2
  66. package/js/metalstack/api/v2/image_pb.ts +12 -5
  67. package/js/metalstack/api/v2/ip_pb.d.ts +6 -6
  68. package/js/metalstack/api/v2/ip_pb.js +1 -1
  69. package/js/metalstack/api/v2/ip_pb.ts +6 -6
  70. package/js/metalstack/api/v2/machine_pb.d.ts +35 -58
  71. package/js/metalstack/api/v2/machine_pb.js +33 -38
  72. package/js/metalstack/api/v2/machine_pb.ts +63 -91
  73. package/js/metalstack/api/v2/method_pb.d.ts +11 -11
  74. package/js/metalstack/api/v2/method_pb.js +3 -3
  75. package/js/metalstack/api/v2/method_pb.ts +12 -12
  76. package/js/metalstack/api/v2/network_pb.d.ts +7 -7
  77. package/js/metalstack/api/v2/network_pb.js +1 -1
  78. package/js/metalstack/api/v2/network_pb.ts +7 -7
  79. package/js/metalstack/api/v2/partition_pb.d.ts +3 -3
  80. package/js/metalstack/api/v2/partition_pb.js +2 -2
  81. package/js/metalstack/api/v2/partition_pb.ts +4 -4
  82. package/js/metalstack/api/v2/predefined_rules_pb.d.ts +22 -4
  83. package/js/metalstack/api/v2/predefined_rules_pb.js +23 -5
  84. package/js/metalstack/api/v2/predefined_rules_pb.ts +30 -6
  85. package/js/metalstack/api/v2/project_pb.d.ts +3 -3
  86. package/js/metalstack/api/v2/project_pb.js +2 -2
  87. package/js/metalstack/api/v2/project_pb.ts +4 -4
  88. package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +2 -2
  89. package/js/metalstack/api/v2/size_imageconstraint_pb.js +2 -2
  90. package/js/metalstack/api/v2/size_imageconstraint_pb.ts +3 -3
  91. package/js/metalstack/api/v2/size_pb.d.ts +3 -3
  92. package/js/metalstack/api/v2/size_pb.js +2 -2
  93. package/js/metalstack/api/v2/size_pb.ts +4 -4
  94. package/js/metalstack/api/v2/size_reservation_pb.d.ts +3 -3
  95. package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
  96. package/js/metalstack/api/v2/size_reservation_pb.ts +3 -3
  97. package/js/metalstack/api/v2/tenant_pb.d.ts +3 -3
  98. package/js/metalstack/api/v2/tenant_pb.js +2 -2
  99. package/js/metalstack/api/v2/tenant_pb.ts +4 -4
  100. package/js/metalstack/api/v2/token_pb.d.ts +7 -7
  101. package/js/metalstack/api/v2/token_pb.js +2 -2
  102. package/js/metalstack/api/v2/token_pb.ts +8 -8
  103. package/js/metalstack/api/v2/user_pb.d.ts +7 -7
  104. package/js/metalstack/api/v2/user_pb.js +2 -2
  105. package/js/metalstack/api/v2/user_pb.ts +8 -8
  106. package/js/metalstack/api/v2/version_pb.d.ts +6 -6
  107. package/js/metalstack/api/v2/version_pb.js +1 -1
  108. package/js/metalstack/api/v2/version_pb.ts +6 -6
  109. package/js/metalstack/api/v2/vpn_pb.d.ts +4 -4
  110. package/js/metalstack/api/v2/vpn_pb.ts +4 -4
  111. package/js/metalstack/infra/v2/bmc_pb.d.ts +19 -19
  112. package/js/metalstack/infra/v2/bmc_pb.js +1 -1
  113. package/js/metalstack/infra/v2/bmc_pb.ts +19 -19
  114. package/js/metalstack/infra/v2/boot_pb.d.ts +7 -7
  115. package/js/metalstack/infra/v2/boot_pb.js +1 -1
  116. package/js/metalstack/infra/v2/boot_pb.ts +7 -7
  117. package/js/metalstack/infra/v2/component_pb.d.ts +7 -10
  118. package/js/metalstack/infra/v2/component_pb.js +1 -1
  119. package/js/metalstack/infra/v2/component_pb.ts +7 -10
  120. package/js/metalstack/infra/v2/event_pb.d.ts +22 -22
  121. package/js/metalstack/infra/v2/event_pb.js +13 -13
  122. package/js/metalstack/infra/v2/event_pb.ts +22 -22
  123. package/js/metalstack/infra/v2/switch_pb.d.ts +22 -22
  124. package/js/metalstack/infra/v2/switch_pb.js +1 -1
  125. package/js/metalstack/infra/v2/switch_pb.ts +22 -22
  126. package/package.json +1 -1
@@ -8,13 +8,13 @@ import type { Message } from "@bufbuild/protobuf";
8
8
  */
9
9
  export declare const file_metalstack_admin_v2_image: GenFile;
10
10
  /**
11
- * ImageServiceCreateRequest
11
+ * ImageServiceCreateRequest is the request payload for creating an image.
12
12
  *
13
13
  * @generated from message metalstack.admin.v2.ImageServiceCreateRequest
14
14
  */
15
15
  export type ImageServiceCreateRequest = Message<"metalstack.admin.v2.ImageServiceCreateRequest"> & {
16
16
  /**
17
- * Image is the image
17
+ * Image is the image to create
18
18
  *
19
19
  * @generated from field: metalstack.api.v2.Image image = 1;
20
20
  */
@@ -26,13 +26,13 @@ export type ImageServiceCreateRequest = Message<"metalstack.admin.v2.ImageServic
26
26
  */
27
27
  export declare const ImageServiceCreateRequestSchema: GenMessage<ImageServiceCreateRequest>;
28
28
  /**
29
- * ImageServiceCreateResponse
29
+ * ImageServiceCreateResponse is the response payload for creating an image.
30
30
  *
31
31
  * @generated from message metalstack.admin.v2.ImageServiceCreateResponse
32
32
  */
33
33
  export type ImageServiceCreateResponse = Message<"metalstack.admin.v2.ImageServiceCreateResponse"> & {
34
34
  /**
35
- * Image is the image
35
+ * Image contains the created image
36
36
  *
37
37
  * @generated from field: metalstack.api.v2.Image image = 1;
38
38
  */
@@ -44,7 +44,7 @@ export type ImageServiceCreateResponse = Message<"metalstack.admin.v2.ImageServi
44
44
  */
45
45
  export declare const ImageServiceCreateResponseSchema: GenMessage<ImageServiceCreateResponse>;
46
46
  /**
47
- * ImageServiceUpdateRequest
47
+ * ImageServiceUpdateRequest is the request payload for updating an image.
48
48
  *
49
49
  * @generated from message metalstack.admin.v2.ImageServiceUpdateRequest
50
50
  */
@@ -68,13 +68,13 @@ export type ImageServiceUpdateRequest = Message<"metalstack.admin.v2.ImageServic
68
68
  */
69
69
  url?: string;
70
70
  /**
71
- * Name of this imageLayout
71
+ * Name of this image
72
72
  *
73
73
  * @generated from field: optional string name = 4;
74
74
  */
75
75
  name?: string;
76
76
  /**
77
- * Description of this imageLayout
77
+ * Description of this image
78
78
  *
79
79
  * @generated from field: optional string description = 5;
80
80
  */
@@ -104,13 +104,13 @@ export type ImageServiceUpdateRequest = Message<"metalstack.admin.v2.ImageServic
104
104
  */
105
105
  export declare const ImageServiceUpdateRequestSchema: GenMessage<ImageServiceUpdateRequest>;
106
106
  /**
107
- * ImageServiceUpdateResponse
107
+ * ImageServiceUpdateResponse is the response payload for updating an image.
108
108
  *
109
109
  * @generated from message metalstack.admin.v2.ImageServiceUpdateResponse
110
110
  */
111
111
  export type ImageServiceUpdateResponse = Message<"metalstack.admin.v2.ImageServiceUpdateResponse"> & {
112
112
  /**
113
- * Image is the image
113
+ * Image contains the updated image
114
114
  *
115
115
  * @generated from field: metalstack.api.v2.Image image = 1;
116
116
  */
@@ -122,7 +122,7 @@ export type ImageServiceUpdateResponse = Message<"metalstack.admin.v2.ImageServi
122
122
  */
123
123
  export declare const ImageServiceUpdateResponseSchema: GenMessage<ImageServiceUpdateResponse>;
124
124
  /**
125
- * ImageServiceDeleteRequest
125
+ * ImageServiceDeleteRequest is the request payload for deleting an image.
126
126
  *
127
127
  * @generated from message metalstack.admin.v2.ImageServiceDeleteRequest
128
128
  */
@@ -140,13 +140,13 @@ export type ImageServiceDeleteRequest = Message<"metalstack.admin.v2.ImageServic
140
140
  */
141
141
  export declare const ImageServiceDeleteRequestSchema: GenMessage<ImageServiceDeleteRequest>;
142
142
  /**
143
- * message ImageServiceDeleteResponse {
143
+ * ImageServiceDeleteResponse is the response payload for deleting an image.
144
144
  *
145
145
  * @generated from message metalstack.admin.v2.ImageServiceDeleteResponse
146
146
  */
147
147
  export type ImageServiceDeleteResponse = Message<"metalstack.admin.v2.ImageServiceDeleteResponse"> & {
148
148
  /**
149
- * ImageLayout the imagelayout
149
+ * Image contains the deleted image
150
150
  *
151
151
  * @generated from field: metalstack.api.v2.Image image = 1;
152
152
  */
@@ -158,7 +158,7 @@ export type ImageServiceDeleteResponse = Message<"metalstack.admin.v2.ImageServi
158
158
  */
159
159
  export declare const ImageServiceDeleteResponseSchema: GenMessage<ImageServiceDeleteResponse>;
160
160
  /**
161
- * ImageServiceUsageRequest
161
+ * ImageServiceUsageRequest is the request payload for getting image usage.
162
162
  *
163
163
  * @generated from message metalstack.admin.v2.ImageServiceUsageRequest
164
164
  */
@@ -176,13 +176,13 @@ export type ImageServiceUsageRequest = Message<"metalstack.admin.v2.ImageService
176
176
  */
177
177
  export declare const ImageServiceUsageRequestSchema: GenMessage<ImageServiceUsageRequest>;
178
178
  /**
179
- * ImageServiceUsageResponse
179
+ * ImageServiceUsageResponse is the response payload for getting image usage.
180
180
  *
181
181
  * @generated from message metalstack.admin.v2.ImageServiceUsageResponse
182
182
  */
183
183
  export type ImageServiceUsageResponse = Message<"metalstack.admin.v2.ImageServiceUsageResponse"> & {
184
184
  /**
185
- * Images with usage
185
+ * Images contains usage information
186
186
  *
187
187
  * @generated from field: repeated metalstack.api.v2.ImageUsage image_usage = 1;
188
188
  */
@@ -194,13 +194,13 @@ export type ImageServiceUsageResponse = Message<"metalstack.admin.v2.ImageServic
194
194
  */
195
195
  export declare const ImageServiceUsageResponseSchema: GenMessage<ImageServiceUsageResponse>;
196
196
  /**
197
- * ImageService serves image related functions
197
+ * ImageService provides image management operations.
198
198
  *
199
199
  * @generated from service metalstack.admin.v2.ImageService
200
200
  */
201
201
  export declare const ImageService: GenService<{
202
202
  /**
203
- * Create a image
203
+ * Creates a new image.
204
204
  *
205
205
  * @generated from rpc metalstack.admin.v2.ImageService.Create
206
206
  */
@@ -210,7 +210,7 @@ export declare const ImageService: GenService<{
210
210
  output: typeof ImageServiceCreateResponseSchema;
211
211
  };
212
212
  /**
213
- * Update a image
213
+ * Updates an image.
214
214
  *
215
215
  * @generated from rpc metalstack.admin.v2.ImageService.Update
216
216
  */
@@ -220,7 +220,7 @@ export declare const ImageService: GenService<{
220
220
  output: typeof ImageServiceUpdateResponseSchema;
221
221
  };
222
222
  /**
223
- * Delete a image
223
+ * Deletes an image.
224
224
  *
225
225
  * @generated from rpc metalstack.admin.v2.ImageService.Delete
226
226
  */
@@ -230,7 +230,7 @@ export declare const ImageService: GenService<{
230
230
  output: typeof ImageServiceDeleteResponseSchema;
231
231
  };
232
232
  /**
233
- * Usage of images
233
+ * Returns the usage of images.
234
234
  *
235
235
  * @generated from rpc metalstack.admin.v2.ImageService.Usage
236
236
  */
@@ -52,7 +52,7 @@ export const ImageServiceUsageRequestSchema = /*@__PURE__*/ messageDesc(file_met
52
52
  */
53
53
  export const ImageServiceUsageResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_admin_v2_image, 7);
54
54
  /**
55
- * ImageService serves image related functions
55
+ * ImageService provides image management operations.
56
56
  *
57
57
  * @generated from service metalstack.admin.v2.ImageService
58
58
  */
@@ -21,13 +21,13 @@ export const file_metalstack_admin_v2_image: GenFile = /*@__PURE__*/
21
21
  fileDesc("Ch9tZXRhbHN0YWNrL2FkbWluL3YyL2ltYWdlLnByb3RvEhNtZXRhbHN0YWNrLmFkbWluLnYyIkQKGUltYWdlU2VydmljZUNyZWF0ZVJlcXVlc3QSJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSJFChpJbWFnZVNlcnZpY2VDcmVhdGVSZXNwb25zZRInCgVpbWFnZRgBIAEoCzIYLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlIrUDChlJbWFnZVNlcnZpY2VVcGRhdGVSZXF1ZXN0EhcKAmlkGAEgASgJQgu6SAhyBsCzrrECARI6Cgt1cGRhdGVfbWV0YRgCIAEoCzIdLm1ldGFsc3RhY2suYXBpLnYyLlVwZGF0ZU1ldGFCBrpIA8gBARIdCgN1cmwYAyABKAlCC7pICHIG4LOusQIBSACIAQESHgoEbmFtZRgEIAEoCUILukgIcgbAs66xAgFIAYgBARIlCgtkZXNjcmlwdGlvbhgFIAEoCUILukgIcgbIs66xAgFIAogBARJCCghmZWF0dXJlcxgGIAMoDjIfLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlRmVhdHVyZUIPukgMkgEJGAEiBYIBAhABEkgKDmNsYXNzaWZpY2F0aW9uGAcgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAESLgoKZXhwaXJlc19hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBgoEX3VybEIHCgVfbmFtZUIOCgxfZGVzY3JpcHRpb24iRQoaSW1hZ2VTZXJ2aWNlVXBkYXRlUmVzcG9uc2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSI0ChlJbWFnZVNlcnZpY2VEZWxldGVSZXF1ZXN0EhcKAmlkGAEgASgJQgu6SAhyBsCzrrECASJFChpJbWFnZVNlcnZpY2VEZWxldGVSZXNwb25zZRInCgVpbWFnZRgBIAEoCzIYLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlIkgKGEltYWdlU2VydmljZVVzYWdlUmVxdWVzdBIsCgVxdWVyeRgBIAEoCzIdLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlUXVlcnkiTwoZSW1hZ2VTZXJ2aWNlVXNhZ2VSZXNwb25zZRIyCgtpbWFnZV91c2FnZRgBIAMoCzIdLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlVXNhZ2Uy4AMKDEltYWdlU2VydmljZRJ0CgZDcmVhdGUSLi5tZXRhbHN0YWNrLmFkbWluLnYyLkltYWdlU2VydmljZUNyZWF0ZVJlcXVlc3QaLy5tZXRhbHN0YWNrLmFkbWluLnYyLkltYWdlU2VydmljZUNyZWF0ZVJlc3BvbnNlIgnS8xgBAeDzGAESdAoGVXBkYXRlEi4ubWV0YWxzdGFjay5hZG1pbi52Mi5JbWFnZVNlcnZpY2VVcGRhdGVSZXF1ZXN0Gi8ubWV0YWxzdGFjay5hZG1pbi52Mi5JbWFnZVNlcnZpY2VVcGRhdGVSZXNwb25zZSIJ0vMYAQHg8xgBEnQKBkRlbGV0ZRIuLm1ldGFsc3RhY2suYWRtaW4udjIuSW1hZ2VTZXJ2aWNlRGVsZXRlUmVxdWVzdBovLm1ldGFsc3RhY2suYWRtaW4udjIuSW1hZ2VTZXJ2aWNlRGVsZXRlUmVzcG9uc2UiCdLzGAEB4PMYARJuCgVVc2FnZRItLm1ldGFsc3RhY2suYWRtaW4udjIuSW1hZ2VTZXJ2aWNlVXNhZ2VSZXF1ZXN0Gi4ubWV0YWxzdGFjay5hZG1pbi52Mi5JbWFnZVNlcnZpY2VVc2FnZVJlc3BvbnNlIgbS8xgCAQJCzgEKF2NvbS5tZXRhbHN0YWNrLmFkbWluLnYyQgpJbWFnZVByb3RvUAFaOWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYWRtaW4vdjI7YWRtaW52MqICA01BWKoCE01ldGFsc3RhY2suQWRtaW4uVjLKAhNNZXRhbHN0YWNrXEFkbWluXFYy4gIfTWV0YWxzdGFja1xBZG1pblxWMlxHUEJNZXRhZGF0YeoCFU1ldGFsc3RhY2s6OkFkbWluOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_timestamp, file_metalstack_api_v2_common, file_metalstack_api_v2_image, file_metalstack_api_v2_predefined_rules]);
22
22
 
23
23
  /**
24
- * ImageServiceCreateRequest
24
+ * ImageServiceCreateRequest is the request payload for creating an image.
25
25
  *
26
26
  * @generated from message metalstack.admin.v2.ImageServiceCreateRequest
27
27
  */
28
28
  export type ImageServiceCreateRequest = Message<"metalstack.admin.v2.ImageServiceCreateRequest"> & {
29
29
  /**
30
- * Image is the image
30
+ * Image is the image to create
31
31
  *
32
32
  * @generated from field: metalstack.api.v2.Image image = 1;
33
33
  */
@@ -42,13 +42,13 @@ export const ImageServiceCreateRequestSchema: GenMessage<ImageServiceCreateReque
42
42
  messageDesc(file_metalstack_admin_v2_image, 0);
43
43
 
44
44
  /**
45
- * ImageServiceCreateResponse
45
+ * ImageServiceCreateResponse is the response payload for creating an image.
46
46
  *
47
47
  * @generated from message metalstack.admin.v2.ImageServiceCreateResponse
48
48
  */
49
49
  export type ImageServiceCreateResponse = Message<"metalstack.admin.v2.ImageServiceCreateResponse"> & {
50
50
  /**
51
- * Image is the image
51
+ * Image contains the created image
52
52
  *
53
53
  * @generated from field: metalstack.api.v2.Image image = 1;
54
54
  */
@@ -63,7 +63,7 @@ export const ImageServiceCreateResponseSchema: GenMessage<ImageServiceCreateResp
63
63
  messageDesc(file_metalstack_admin_v2_image, 1);
64
64
 
65
65
  /**
66
- * ImageServiceUpdateRequest
66
+ * ImageServiceUpdateRequest is the request payload for updating an image.
67
67
  *
68
68
  * @generated from message metalstack.admin.v2.ImageServiceUpdateRequest
69
69
  */
@@ -90,14 +90,14 @@ export type ImageServiceUpdateRequest = Message<"metalstack.admin.v2.ImageServic
90
90
  url?: string;
91
91
 
92
92
  /**
93
- * Name of this imageLayout
93
+ * Name of this image
94
94
  *
95
95
  * @generated from field: optional string name = 4;
96
96
  */
97
97
  name?: string;
98
98
 
99
99
  /**
100
- * Description of this imageLayout
100
+ * Description of this image
101
101
  *
102
102
  * @generated from field: optional string description = 5;
103
103
  */
@@ -133,13 +133,13 @@ export const ImageServiceUpdateRequestSchema: GenMessage<ImageServiceUpdateReque
133
133
  messageDesc(file_metalstack_admin_v2_image, 2);
134
134
 
135
135
  /**
136
- * ImageServiceUpdateResponse
136
+ * ImageServiceUpdateResponse is the response payload for updating an image.
137
137
  *
138
138
  * @generated from message metalstack.admin.v2.ImageServiceUpdateResponse
139
139
  */
140
140
  export type ImageServiceUpdateResponse = Message<"metalstack.admin.v2.ImageServiceUpdateResponse"> & {
141
141
  /**
142
- * Image is the image
142
+ * Image contains the updated image
143
143
  *
144
144
  * @generated from field: metalstack.api.v2.Image image = 1;
145
145
  */
@@ -154,7 +154,7 @@ export const ImageServiceUpdateResponseSchema: GenMessage<ImageServiceUpdateResp
154
154
  messageDesc(file_metalstack_admin_v2_image, 3);
155
155
 
156
156
  /**
157
- * ImageServiceDeleteRequest
157
+ * ImageServiceDeleteRequest is the request payload for deleting an image.
158
158
  *
159
159
  * @generated from message metalstack.admin.v2.ImageServiceDeleteRequest
160
160
  */
@@ -175,13 +175,13 @@ export const ImageServiceDeleteRequestSchema: GenMessage<ImageServiceDeleteReque
175
175
  messageDesc(file_metalstack_admin_v2_image, 4);
176
176
 
177
177
  /**
178
- * message ImageServiceDeleteResponse {
178
+ * ImageServiceDeleteResponse is the response payload for deleting an image.
179
179
  *
180
180
  * @generated from message metalstack.admin.v2.ImageServiceDeleteResponse
181
181
  */
182
182
  export type ImageServiceDeleteResponse = Message<"metalstack.admin.v2.ImageServiceDeleteResponse"> & {
183
183
  /**
184
- * ImageLayout the imagelayout
184
+ * Image contains the deleted image
185
185
  *
186
186
  * @generated from field: metalstack.api.v2.Image image = 1;
187
187
  */
@@ -196,7 +196,7 @@ export const ImageServiceDeleteResponseSchema: GenMessage<ImageServiceDeleteResp
196
196
  messageDesc(file_metalstack_admin_v2_image, 5);
197
197
 
198
198
  /**
199
- * ImageServiceUsageRequest
199
+ * ImageServiceUsageRequest is the request payload for getting image usage.
200
200
  *
201
201
  * @generated from message metalstack.admin.v2.ImageServiceUsageRequest
202
202
  */
@@ -217,13 +217,13 @@ export const ImageServiceUsageRequestSchema: GenMessage<ImageServiceUsageRequest
217
217
  messageDesc(file_metalstack_admin_v2_image, 6);
218
218
 
219
219
  /**
220
- * ImageServiceUsageResponse
220
+ * ImageServiceUsageResponse is the response payload for getting image usage.
221
221
  *
222
222
  * @generated from message metalstack.admin.v2.ImageServiceUsageResponse
223
223
  */
224
224
  export type ImageServiceUsageResponse = Message<"metalstack.admin.v2.ImageServiceUsageResponse"> & {
225
225
  /**
226
- * Images with usage
226
+ * Images contains usage information
227
227
  *
228
228
  * @generated from field: repeated metalstack.api.v2.ImageUsage image_usage = 1;
229
229
  */
@@ -238,13 +238,13 @@ export const ImageServiceUsageResponseSchema: GenMessage<ImageServiceUsageRespon
238
238
  messageDesc(file_metalstack_admin_v2_image, 7);
239
239
 
240
240
  /**
241
- * ImageService serves image related functions
241
+ * ImageService provides image management operations.
242
242
  *
243
243
  * @generated from service metalstack.admin.v2.ImageService
244
244
  */
245
245
  export const ImageService: GenService<{
246
246
  /**
247
- * Create a image
247
+ * Creates a new image.
248
248
  *
249
249
  * @generated from rpc metalstack.admin.v2.ImageService.Create
250
250
  */
@@ -254,7 +254,7 @@ export const ImageService: GenService<{
254
254
  output: typeof ImageServiceCreateResponseSchema;
255
255
  },
256
256
  /**
257
- * Update a image
257
+ * Updates an image.
258
258
  *
259
259
  * @generated from rpc metalstack.admin.v2.ImageService.Update
260
260
  */
@@ -264,7 +264,7 @@ export const ImageService: GenService<{
264
264
  output: typeof ImageServiceUpdateResponseSchema;
265
265
  },
266
266
  /**
267
- * Delete a image
267
+ * Deletes an image.
268
268
  *
269
269
  * @generated from rpc metalstack.admin.v2.ImageService.Delete
270
270
  */
@@ -274,7 +274,7 @@ export const ImageService: GenService<{
274
274
  output: typeof ImageServiceDeleteResponseSchema;
275
275
  },
276
276
  /**
277
- * Usage of images
277
+ * Returns the usage of images.
278
278
  *
279
279
  * @generated from rpc metalstack.admin.v2.ImageService.Usage
280
280
  */
@@ -6,13 +6,13 @@ import type { Message } from "@bufbuild/protobuf";
6
6
  */
7
7
  export declare const file_metalstack_admin_v2_ip: GenFile;
8
8
  /**
9
- * IPServiceListRequest
9
+ * IPServiceListRequest is the request payload for listing IP addresses.
10
10
  *
11
11
  * @generated from message metalstack.admin.v2.IPServiceListRequest
12
12
  */
13
13
  export type IPServiceListRequest = Message<"metalstack.admin.v2.IPServiceListRequest"> & {
14
14
  /**
15
- * Query to search for one or more ips
15
+ * Query to search for IP addresses
16
16
  *
17
17
  * @generated from field: metalstack.api.v2.IPQuery query = 1;
18
18
  */
@@ -24,13 +24,13 @@ export type IPServiceListRequest = Message<"metalstack.admin.v2.IPServiceListReq
24
24
  */
25
25
  export declare const IPServiceListRequestSchema: GenMessage<IPServiceListRequest>;
26
26
  /**
27
- * IPServiceListResponse
27
+ * IPServiceListResponse is the response payload for listing IP addresses.
28
28
  *
29
29
  * @generated from message metalstack.admin.v2.IPServiceListResponse
30
30
  */
31
31
  export type IPServiceListResponse = Message<"metalstack.admin.v2.IPServiceListResponse"> & {
32
32
  /**
33
- * IPs are the list of ips
33
+ * IPs contains the list of IP addresses
34
34
  *
35
35
  * @generated from field: repeated metalstack.api.v2.IP ips = 1;
36
36
  */
@@ -42,13 +42,13 @@ export type IPServiceListResponse = Message<"metalstack.admin.v2.IPServiceListRe
42
42
  */
43
43
  export declare const IPServiceListResponseSchema: GenMessage<IPServiceListResponse>;
44
44
  /**
45
- * IPService serves ip address related functions
45
+ * IPService provides IP address management operations.
46
46
  *
47
47
  * @generated from service metalstack.admin.v2.IPService
48
48
  */
49
49
  export declare const IPService: GenService<{
50
50
  /**
51
- * List all ips
51
+ * Returns the list of all IP addresses.
52
52
  *
53
53
  * @generated from rpc metalstack.admin.v2.IPService.List
54
54
  */
@@ -19,7 +19,7 @@ export const IPServiceListRequestSchema = /*@__PURE__*/ messageDesc(file_metalst
19
19
  */
20
20
  export const IPServiceListResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_admin_v2_ip, 1);
21
21
  /**
22
- * IPService serves ip address related functions
22
+ * IPService provides IP address management operations.
23
23
  *
24
24
  * @generated from service metalstack.admin.v2.IPService
25
25
  */
@@ -16,13 +16,13 @@ export const file_metalstack_admin_v2_ip: GenFile = /*@__PURE__*/
16
16
  fileDesc("ChxtZXRhbHN0YWNrL2FkbWluL3YyL2lwLnByb3RvEhNtZXRhbHN0YWNrLmFkbWluLnYyIkEKFElQU2VydmljZUxpc3RSZXF1ZXN0EikKBXF1ZXJ5GAEgASgLMhoubWV0YWxzdGFjay5hcGkudjIuSVBRdWVyeSI7ChVJUFNlcnZpY2VMaXN0UmVzcG9uc2USIgoDaXBzGAEgAygLMhUubWV0YWxzdGFjay5hcGkudjIuSVAydgoJSVBTZXJ2aWNlEmkKBExpc3QSKS5tZXRhbHN0YWNrLmFkbWluLnYyLklQU2VydmljZUxpc3RSZXF1ZXN0GioubWV0YWxzdGFjay5hZG1pbi52Mi5JUFNlcnZpY2VMaXN0UmVzcG9uc2UiCtLzGAIBAuDzGAJCywEKF2NvbS5tZXRhbHN0YWNrLmFkbWluLnYyQgdJcFByb3RvUAFaOWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYWRtaW4vdjI7YWRtaW52MqICA01BWKoCE01ldGFsc3RhY2suQWRtaW4uVjLKAhNNZXRhbHN0YWNrXEFkbWluXFYy4gIfTWV0YWxzdGFja1xBZG1pblxWMlxHUEJNZXRhZGF0YeoCFU1ldGFsc3RhY2s6OkFkbWluOjpWMmIGcHJvdG8z", [file_metalstack_api_v2_common, file_metalstack_api_v2_ip]);
17
17
 
18
18
  /**
19
- * IPServiceListRequest
19
+ * IPServiceListRequest is the request payload for listing IP addresses.
20
20
  *
21
21
  * @generated from message metalstack.admin.v2.IPServiceListRequest
22
22
  */
23
23
  export type IPServiceListRequest = Message<"metalstack.admin.v2.IPServiceListRequest"> & {
24
24
  /**
25
- * Query to search for one or more ips
25
+ * Query to search for IP addresses
26
26
  *
27
27
  * @generated from field: metalstack.api.v2.IPQuery query = 1;
28
28
  */
@@ -37,13 +37,13 @@ export const IPServiceListRequestSchema: GenMessage<IPServiceListRequest> = /*@_
37
37
  messageDesc(file_metalstack_admin_v2_ip, 0);
38
38
 
39
39
  /**
40
- * IPServiceListResponse
40
+ * IPServiceListResponse is the response payload for listing IP addresses.
41
41
  *
42
42
  * @generated from message metalstack.admin.v2.IPServiceListResponse
43
43
  */
44
44
  export type IPServiceListResponse = Message<"metalstack.admin.v2.IPServiceListResponse"> & {
45
45
  /**
46
- * IPs are the list of ips
46
+ * IPs contains the list of IP addresses
47
47
  *
48
48
  * @generated from field: repeated metalstack.api.v2.IP ips = 1;
49
49
  */
@@ -58,13 +58,13 @@ export const IPServiceListResponseSchema: GenMessage<IPServiceListResponse> = /*
58
58
  messageDesc(file_metalstack_admin_v2_ip, 1);
59
59
 
60
60
  /**
61
- * IPService serves ip address related functions
61
+ * IPService provides IP address management operations.
62
62
  *
63
63
  * @generated from service metalstack.admin.v2.IPService
64
64
  */
65
65
  export const IPService: GenService<{
66
66
  /**
67
- * List all ips
67
+ * Returns the list of all IP addresses.
68
68
  *
69
69
  * @generated from rpc metalstack.admin.v2.IPService.List
70
70
  */
@@ -200,7 +200,7 @@ export type MachineServiceListBMCResponse = Message<"metalstack.admin.v2.Machine
200
200
  */
201
201
  export declare const MachineServiceListBMCResponseSchema: GenMessage<MachineServiceListBMCResponse>;
202
202
  /**
203
- * MachineServiceConsolePasswordRequest is the request to get the console password
203
+ * MachineServiceConsolePasswordRequest is the request payload for getting the console password.
204
204
  *
205
205
  * @generated from message metalstack.admin.v2.MachineServiceConsolePasswordRequest
206
206
  */
@@ -212,7 +212,7 @@ export type MachineServiceConsolePasswordRequest = Message<"metalstack.admin.v2.
212
212
  */
213
213
  uuid: string;
214
214
  /**
215
- * Reason must be provided why access to the console is requested.
215
+ * Reason must be provided why access to the console is requested
216
216
  * Reason is only forwarded to an audit sink
217
217
  *
218
218
  * @generated from field: string reason = 2;
@@ -225,7 +225,7 @@ export type MachineServiceConsolePasswordRequest = Message<"metalstack.admin.v2.
225
225
  */
226
226
  export declare const MachineServiceConsolePasswordRequestSchema: GenMessage<MachineServiceConsolePasswordRequest>;
227
227
  /**
228
- * MachineServiceConsolePasswordResponse is the response to the console password request
228
+ * MachineServiceConsolePasswordResponse is the response payload for getting the console password.
229
229
  *
230
230
  * @generated from message metalstack.admin.v2.MachineServiceConsolePasswordResponse
231
231
  */
@@ -249,13 +249,13 @@ export type MachineServiceConsolePasswordResponse = Message<"metalstack.admin.v2
249
249
  */
250
250
  export declare const MachineServiceConsolePasswordResponseSchema: GenMessage<MachineServiceConsolePasswordResponse>;
251
251
  /**
252
- * MachineService serves machine related functions
252
+ * MachineService provides machine lifecycle management operations.
253
253
  *
254
254
  * @generated from service metalstack.admin.v2.MachineService
255
255
  */
256
256
  export declare const MachineService: GenService<{
257
257
  /**
258
- * Get a machine
258
+ * Returns the machine with the specified UUID.
259
259
  *
260
260
  * @generated from rpc metalstack.admin.v2.MachineService.Get
261
261
  */
@@ -265,7 +265,7 @@ export declare const MachineService: GenService<{
265
265
  output: typeof MachineServiceGetResponseSchema;
266
266
  };
267
267
  /**
268
- * List all machines
268
+ * Returns the list of all machines.
269
269
  *
270
270
  * @generated from rpc metalstack.admin.v2.MachineService.List
271
271
  */
@@ -275,7 +275,7 @@ export declare const MachineService: GenService<{
275
275
  output: typeof MachineServiceListResponseSchema;
276
276
  };
277
277
  /**
278
- * BMCCommand send a command to the bmc of a machine
278
+ * BMCCommand sends a command to the BMC of a machine.
279
279
  *
280
280
  * @generated from rpc metalstack.admin.v2.MachineService.BMCCommand
281
281
  */
@@ -285,7 +285,7 @@ export declare const MachineService: GenService<{
285
285
  output: typeof MachineServiceBMCCommandResponseSchema;
286
286
  };
287
287
  /**
288
- * GetBMC returns the BMC details of a machine
288
+ * Returns the BMC details of a machine.
289
289
  *
290
290
  * @generated from rpc metalstack.admin.v2.MachineService.GetBMC
291
291
  */
@@ -295,7 +295,7 @@ export declare const MachineService: GenService<{
295
295
  output: typeof MachineServiceGetBMCResponseSchema;
296
296
  };
297
297
  /**
298
- * ListBMC returns the BMC details of many machines
298
+ * ListBMC returns the BMC details of many machines.
299
299
  *
300
300
  * @generated from rpc metalstack.admin.v2.MachineService.ListBMC
301
301
  */
@@ -305,7 +305,7 @@ export declare const MachineService: GenService<{
305
305
  output: typeof MachineServiceListBMCResponseSchema;
306
306
  };
307
307
  /**
308
- * ConsolePassword returns the password to access the serial console of the machine
308
+ * GetConsolePassword returns the password to access the serial console of the machine.
309
309
  *
310
310
  * @generated from rpc metalstack.admin.v2.MachineService.ConsolePassword
311
311
  */
@@ -71,7 +71,7 @@ export const MachineServiceConsolePasswordRequestSchema = /*@__PURE__*/ messageD
71
71
  */
72
72
  export const MachineServiceConsolePasswordResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_admin_v2_machine, 11);
73
73
  /**
74
- * MachineService serves machine related functions
74
+ * MachineService provides machine lifecycle management operations.
75
75
  *
76
76
  * @generated from service metalstack.admin.v2.MachineService
77
77
  */
@@ -244,7 +244,7 @@ export const MachineServiceListBMCResponseSchema: GenMessage<MachineServiceListB
244
244
  messageDesc(file_metalstack_admin_v2_machine, 9);
245
245
 
246
246
  /**
247
- * MachineServiceConsolePasswordRequest is the request to get the console password
247
+ * MachineServiceConsolePasswordRequest is the request payload for getting the console password.
248
248
  *
249
249
  * @generated from message metalstack.admin.v2.MachineServiceConsolePasswordRequest
250
250
  */
@@ -257,7 +257,7 @@ export type MachineServiceConsolePasswordRequest = Message<"metalstack.admin.v2.
257
257
  uuid: string;
258
258
 
259
259
  /**
260
- * Reason must be provided why access to the console is requested.
260
+ * Reason must be provided why access to the console is requested
261
261
  * Reason is only forwarded to an audit sink
262
262
  *
263
263
  * @generated from field: string reason = 2;
@@ -273,7 +273,7 @@ export const MachineServiceConsolePasswordRequestSchema: GenMessage<MachineServi
273
273
  messageDesc(file_metalstack_admin_v2_machine, 10);
274
274
 
275
275
  /**
276
- * MachineServiceConsolePasswordResponse is the response to the console password request
276
+ * MachineServiceConsolePasswordResponse is the response payload for getting the console password.
277
277
  *
278
278
  * @generated from message metalstack.admin.v2.MachineServiceConsolePasswordResponse
279
279
  */
@@ -301,13 +301,13 @@ export const MachineServiceConsolePasswordResponseSchema: GenMessage<MachineServ
301
301
  messageDesc(file_metalstack_admin_v2_machine, 11);
302
302
 
303
303
  /**
304
- * MachineService serves machine related functions
304
+ * MachineService provides machine lifecycle management operations.
305
305
  *
306
306
  * @generated from service metalstack.admin.v2.MachineService
307
307
  */
308
308
  export const MachineService: GenService<{
309
309
  /**
310
- * Get a machine
310
+ * Returns the machine with the specified UUID.
311
311
  *
312
312
  * @generated from rpc metalstack.admin.v2.MachineService.Get
313
313
  */
@@ -317,7 +317,7 @@ export const MachineService: GenService<{
317
317
  output: typeof MachineServiceGetResponseSchema;
318
318
  },
319
319
  /**
320
- * List all machines
320
+ * Returns the list of all machines.
321
321
  *
322
322
  * @generated from rpc metalstack.admin.v2.MachineService.List
323
323
  */
@@ -327,7 +327,7 @@ export const MachineService: GenService<{
327
327
  output: typeof MachineServiceListResponseSchema;
328
328
  },
329
329
  /**
330
- * BMCCommand send a command to the bmc of a machine
330
+ * BMCCommand sends a command to the BMC of a machine.
331
331
  *
332
332
  * @generated from rpc metalstack.admin.v2.MachineService.BMCCommand
333
333
  */
@@ -337,7 +337,7 @@ export const MachineService: GenService<{
337
337
  output: typeof MachineServiceBMCCommandResponseSchema;
338
338
  },
339
339
  /**
340
- * GetBMC returns the BMC details of a machine
340
+ * Returns the BMC details of a machine.
341
341
  *
342
342
  * @generated from rpc metalstack.admin.v2.MachineService.GetBMC
343
343
  */
@@ -347,7 +347,7 @@ export const MachineService: GenService<{
347
347
  output: typeof MachineServiceGetBMCResponseSchema;
348
348
  },
349
349
  /**
350
- * ListBMC returns the BMC details of many machines
350
+ * ListBMC returns the BMC details of many machines.
351
351
  *
352
352
  * @generated from rpc metalstack.admin.v2.MachineService.ListBMC
353
353
  */
@@ -357,7 +357,7 @@ export const MachineService: GenService<{
357
357
  output: typeof MachineServiceListBMCResponseSchema;
358
358
  },
359
359
  /**
360
- * ConsolePassword returns the password to access the serial console of the machine
360
+ * GetConsolePassword returns the password to access the serial console of the machine.
361
361
  *
362
362
  * @generated from rpc metalstack.admin.v2.MachineService.ConsolePassword
363
363
  */