@metal-stack/api 0.2.1 → 0.2.3

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 (47) hide show
  1. package/js/metalstack/admin/v2/filesystem_pb.d.ts +2 -2
  2. package/js/metalstack/admin/v2/filesystem_pb.ts +2 -2
  3. package/js/metalstack/admin/v2/image_pb.d.ts +1 -1
  4. package/js/metalstack/admin/v2/image_pb.ts +1 -1
  5. package/js/metalstack/admin/v2/machine_pb.d.ts +2 -2
  6. package/js/metalstack/admin/v2/machine_pb.ts +2 -2
  7. package/js/metalstack/admin/v2/partition_pb.d.ts +1 -1
  8. package/js/metalstack/admin/v2/partition_pb.ts +1 -1
  9. package/js/metalstack/admin/v2/switch_pb.d.ts +1 -1
  10. package/js/metalstack/admin/v2/switch_pb.ts +1 -1
  11. package/js/metalstack/admin/v2/tenant_pb.d.ts +1 -1
  12. package/js/metalstack/admin/v2/tenant_pb.ts +1 -1
  13. package/js/metalstack/api/v2/audit_pb.d.ts +1 -1
  14. package/js/metalstack/api/v2/audit_pb.ts +1 -1
  15. package/js/metalstack/api/v2/common_pb.d.ts +17 -17
  16. package/js/metalstack/api/v2/common_pb.js +9 -9
  17. package/js/metalstack/api/v2/common_pb.ts +18 -18
  18. package/js/metalstack/api/v2/filesystem_pb.d.ts +3 -3
  19. package/js/metalstack/api/v2/filesystem_pb.ts +3 -3
  20. package/js/metalstack/api/v2/image_pb.d.ts +6 -6
  21. package/js/metalstack/api/v2/image_pb.ts +6 -6
  22. package/js/metalstack/api/v2/ip_pb.d.ts +17 -17
  23. package/js/metalstack/api/v2/ip_pb.js +2 -2
  24. package/js/metalstack/api/v2/ip_pb.ts +17 -17
  25. package/js/metalstack/api/v2/machine_pb.d.ts +5 -5
  26. package/js/metalstack/api/v2/machine_pb.ts +5 -5
  27. package/js/metalstack/api/v2/network_pb.d.ts +3 -3
  28. package/js/metalstack/api/v2/network_pb.ts +3 -3
  29. package/js/metalstack/api/v2/partition_pb.d.ts +1 -1
  30. package/js/metalstack/api/v2/partition_pb.ts +1 -1
  31. package/js/metalstack/api/v2/project_pb.d.ts +7 -7
  32. package/js/metalstack/api/v2/project_pb.ts +7 -7
  33. package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +1 -1
  34. package/js/metalstack/api/v2/size_imageconstraint_pb.ts +1 -1
  35. package/js/metalstack/api/v2/size_reservation_pb.d.ts +1 -1
  36. package/js/metalstack/api/v2/size_reservation_pb.ts +1 -1
  37. package/js/metalstack/api/v2/tenant_pb.d.ts +7 -7
  38. package/js/metalstack/api/v2/tenant_pb.ts +7 -7
  39. package/js/metalstack/api/v2/token_pb.d.ts +3 -3
  40. package/js/metalstack/api/v2/token_pb.ts +3 -3
  41. package/js/metalstack/api/v2/user_pb.d.ts +1 -1
  42. package/js/metalstack/api/v2/user_pb.ts +1 -1
  43. package/js/metalstack/infra/v2/bmc_pb.d.ts +1 -1
  44. package/js/metalstack/infra/v2/bmc_pb.ts +1 -1
  45. package/js/metalstack/infra/v2/boot_pb.d.ts +1 -1
  46. package/js/metalstack/infra/v2/boot_pb.ts +1 -1
  47. package/package.json +1 -1
@@ -6,7 +6,7 @@ import type { Message } from "@bufbuild/protobuf";
6
6
  */
7
7
  export declare const file_metalstack_api_v2_ip: GenFile;
8
8
  /**
9
- * IP is a ip address which can be used as loadbalancer addresses
9
+ * IP is an IP address which can be used as loadbalancer addresses
10
10
  *
11
11
  * @generated from message metalstack.api.v2.IP
12
12
  */
@@ -73,7 +73,7 @@ export type IP = Message<"metalstack.api.v2.IP"> & {
73
73
  */
74
74
  export declare const IPSchema: GenMessage<IP>;
75
75
  /**
76
- * IPServiceGetRequest is the request payload for a ip get request
76
+ * IPServiceGetRequest is the request payload for an IP get request
77
77
  *
78
78
  * @generated from message metalstack.api.v2.IPServiceGetRequest
79
79
  */
@@ -103,7 +103,7 @@ export type IPServiceGetRequest = Message<"metalstack.api.v2.IPServiceGetRequest
103
103
  */
104
104
  export declare const IPServiceGetRequestSchema: GenMessage<IPServiceGetRequest>;
105
105
  /**
106
- * IPServiceCreateRequest is the request payload for a ip create request
106
+ * IPServiceCreateRequest is the request payload for an IP create request
107
107
  *
108
108
  * @generated from message metalstack.api.v2.IPServiceCreateRequest
109
109
  */
@@ -169,7 +169,7 @@ export type IPServiceCreateRequest = Message<"metalstack.api.v2.IPServiceCreateR
169
169
  */
170
170
  export declare const IPServiceCreateRequestSchema: GenMessage<IPServiceCreateRequest>;
171
171
  /**
172
- * IPServiceUpdateRequest is the request payload for a ip update request
172
+ * IPServiceUpdateRequest is the request payload for an IP update request
173
173
  *
174
174
  * @generated from message metalstack.api.v2.IPServiceUpdateRequest
175
175
  */
@@ -223,7 +223,7 @@ export type IPServiceUpdateRequest = Message<"metalstack.api.v2.IPServiceUpdateR
223
223
  */
224
224
  export declare const IPServiceUpdateRequestSchema: GenMessage<IPServiceUpdateRequest>;
225
225
  /**
226
- * IPServiceListRequest is the request payload for a ip list request
226
+ * IPServiceListRequest is the request payload for an IP list request
227
227
  *
228
228
  * @generated from message metalstack.api.v2.IPServiceListRequest
229
229
  */
@@ -235,7 +235,7 @@ export type IPServiceListRequest = Message<"metalstack.api.v2.IPServiceListReque
235
235
  */
236
236
  project: string;
237
237
  /**
238
- * Query to list one ore more ips
238
+ * Query to list one or more IPs
239
239
  *
240
240
  * @generated from field: metalstack.api.v2.IPQuery query = 2;
241
241
  */
@@ -259,7 +259,7 @@ export type IPQuery = Message<"metalstack.api.v2.IPQuery"> & {
259
259
  */
260
260
  ip?: string | undefined;
261
261
  /**
262
- * Network from where the ips to list
262
+ * Network from which the IPs are to list
263
263
  *
264
264
  * @generated from field: optional string network = 2;
265
265
  */
@@ -277,13 +277,13 @@ export type IPQuery = Message<"metalstack.api.v2.IPQuery"> & {
277
277
  */
278
278
  name?: string | undefined;
279
279
  /**
280
- * Uuid for which this ips should get filtered
280
+ * UUID for which these IPs should be filtered
281
281
  *
282
282
  * @generated from field: optional string uuid = 5;
283
283
  */
284
284
  uuid?: string | undefined;
285
285
  /**
286
- * Machine for which this ips should get filtered
286
+ * Machine for which these IPs should be filtered
287
287
  *
288
288
  * @generated from field: optional string machine = 6;
289
289
  */
@@ -295,7 +295,7 @@ export type IPQuery = Message<"metalstack.api.v2.IPQuery"> & {
295
295
  */
296
296
  parentPrefixCidr?: string | undefined;
297
297
  /**
298
- * Labels for which this ips should get filtered
298
+ * Labels for which these IPs should be filtered
299
299
  *
300
300
  * @generated from field: optional metalstack.api.v2.Labels labels = 8;
301
301
  */
@@ -307,7 +307,7 @@ export type IPQuery = Message<"metalstack.api.v2.IPQuery"> & {
307
307
  */
308
308
  type?: IPType | undefined;
309
309
  /**
310
- * Addressfamily of the IPs to list, defaults to all addressfamilies
310
+ * Address family of the IPs to list, defaults to all address families
311
311
  *
312
312
  * @generated from field: optional metalstack.api.v2.IPAddressFamily address_family = 10;
313
313
  */
@@ -349,7 +349,7 @@ export type IPServiceDeleteRequest = Message<"metalstack.api.v2.IPServiceDeleteR
349
349
  */
350
350
  export declare const IPServiceDeleteRequestSchema: GenMessage<IPServiceDeleteRequest>;
351
351
  /**
352
- * IPServiceGetResponse is the response payload for a ip get request
352
+ * IPServiceGetResponse is the response payload for an IP get request
353
353
  *
354
354
  * @generated from message metalstack.api.v2.IPServiceGetResponse
355
355
  */
@@ -385,7 +385,7 @@ export type IPServiceUpdateResponse = Message<"metalstack.api.v2.IPServiceUpdate
385
385
  */
386
386
  export declare const IPServiceUpdateResponseSchema: GenMessage<IPServiceUpdateResponse>;
387
387
  /**
388
- * IPServiceCreateResponse is the response payload for a ip create request
388
+ * IPServiceCreateResponse is the response payload for an IP create request
389
389
  *
390
390
  * @generated from message metalstack.api.v2.IPServiceCreateResponse
391
391
  */
@@ -403,7 +403,7 @@ export type IPServiceCreateResponse = Message<"metalstack.api.v2.IPServiceCreate
403
403
  */
404
404
  export declare const IPServiceCreateResponseSchema: GenMessage<IPServiceCreateResponse>;
405
405
  /**
406
- * IPServiceListResponse is the response payload for a ip list request
406
+ * IPServiceListResponse is the response payload for an IP list request
407
407
  *
408
408
  * @generated from message metalstack.api.v2.IPServiceListResponse
409
409
  */
@@ -421,7 +421,7 @@ export type IPServiceListResponse = Message<"metalstack.api.v2.IPServiceListResp
421
421
  */
422
422
  export declare const IPServiceListResponseSchema: GenMessage<IPServiceListResponse>;
423
423
  /**
424
- * IPServiceDeleteResponse is the response payload for a ip delete request
424
+ * IPServiceDeleteResponse is the response payload for an IP delete request
425
425
  *
426
426
  * @generated from message metalstack.api.v2.IPServiceDeleteResponse
427
427
  */
@@ -439,7 +439,7 @@ export type IPServiceDeleteResponse = Message<"metalstack.api.v2.IPServiceDelete
439
439
  */
440
440
  export declare const IPServiceDeleteResponseSchema: GenMessage<IPServiceDeleteResponse>;
441
441
  /**
442
- * IPType specifies different ip address types
442
+ * IPType specifies different IP address types
443
443
  *
444
444
  * @generated from enum metalstack.api.v2.IPType
445
445
  */
@@ -451,7 +451,7 @@ export declare enum IPType {
451
451
  */
452
452
  IP_TYPE_UNSPECIFIED = 0,
453
453
  /**
454
- * IP_TYPE_EPHEMERAL defines a ephemeral ip address which is freed/deleted after usage
454
+ * IP_TYPE_EPHEMERAL defines an ephemeral IP address which is freed/deleted after usage
455
455
  *
456
456
  * @generated from enum value: IP_TYPE_EPHEMERAL = 1;
457
457
  */
@@ -70,7 +70,7 @@ export const IPServiceListResponseSchema = /*@__PURE__*/ messageDesc(file_metals
70
70
  */
71
71
  export const IPServiceDeleteResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_ip, 11);
72
72
  /**
73
- * IPType specifies different ip address types
73
+ * IPType specifies different IP address types
74
74
  *
75
75
  * @generated from enum metalstack.api.v2.IPType
76
76
  */
@@ -83,7 +83,7 @@ export var IPType;
83
83
  */
84
84
  IPType[IPType["IP_TYPE_UNSPECIFIED"] = 0] = "IP_TYPE_UNSPECIFIED";
85
85
  /**
86
- * IP_TYPE_EPHEMERAL defines a ephemeral ip address which is freed/deleted after usage
86
+ * IP_TYPE_EPHEMERAL defines an ephemeral IP address which is freed/deleted after usage
87
87
  *
88
88
  * @generated from enum value: IP_TYPE_EPHEMERAL = 1;
89
89
  */
@@ -17,7 +17,7 @@ export const file_metalstack_api_v2_ip: GenFile = /*@__PURE__*/
17
17
  fileDesc("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ZXNzRmFtaWx5Qgi6SAWCAQIQAUgJiAEBEiAKCW5hbWVzcGFjZRgLIAEoCUIIukgFcgOwAQFICogBAUIFCgNfaXBCCgoIX25ldHdvcmtCCgoIX3Byb2plY3RCBwoFX25hbWVCBwoFX3V1aWRCCgoIX21hY2hpbmVCFQoTX3BhcmVudF9wcmVmaXhfY2lkckIJCgdfbGFiZWxzQgcKBV90eXBlQhEKD19hZGRyZXNzX2ZhbWlseUIMCgpfbmFtZXNwYWNlIkgKFklQU2VydmljZURlbGV0ZVJlcXVlc3QSEwoCaXAYASABKAlCB7pIBHICcAESGQoHcHJvamVjdBgCIAEoCUIIukgFcgOwAQEiOQoUSVBTZXJ2aWNlR2V0UmVzcG9uc2USIQoCaXAYASABKAsyFS5tZXRhbHN0YWNrLmFwaS52Mi5JUCI8ChdJUFNlcnZpY2VVcGRhdGVSZXNwb25zZRIhCgJpcBgBIAEoCzIVLm1ldGFsc3RhY2suYXBpLnYyLklQIjwKF0lQU2VydmljZUNyZWF0ZVJlc3BvbnNlEiEKAmlwGAEgASgLMhUubWV0YWxzdGFjay5hcGkudjIuSVAiOwoVSVBTZXJ2aWNlTGlzdFJlc3BvbnNlEiIKA2lwcxgBIAMoCzIVLm1ldGFsc3RhY2suYXBpLnYyLklQIjwKF0lQU2VydmljZURlbGV0ZVJlc3BvbnNlEiEKAmlwGAEgASgLMhUubWV0YWxzdGFjay5hcGkudjIuSVAqZwoGSVBUeXBlEhcKE0lQX1RZUEVfVU5TUEVDSUZJRUQQABIkChFJUF9UWVBFX0VQSEVNRVJBTBABGg2CshkJZXBoZW1lcmFsEh4KDklQX1RZUEVfU1RBVElDEAIaCoKyGQZzdGF0aWMqfAoPSVBBZGRyZXNzRmFtaWx5EiEKHUlQX0FERFJFU1NfRkFNSUxZX1VOU1BFQ0lGSUVEEAASIgoUSVBfQUREUkVTU19GQU1JTFlfVjQQARoIgrIZBGlwdjQSIgoUSVBfQUREUkVTU19GQU1JTFlfVjYQAhoIgrIZBGlwdjYynwQKCUlQU2VydmljZRJjCgNHZXQSJi5tZXRhbHN0YWNrLmFwaS52Mi5JUFNlcnZpY2VHZXRSZXF1ZXN0GicubWV0YWxzdGFjay5hcGkudjIuSVBTZXJ2aWNlR2V0UmVzcG9uc2UiC8rzGAMBAgPg8xgCEmsKBkNyZWF0ZRIpLm1ldGFsc3RhY2suYXBpLnYyLklQU2VydmljZUNyZWF0ZVJlcXVlc3QaKi5tZXRhbHN0YWNrLmFwaS52Mi5JUFNlcnZpY2VDcmVhdGVSZXNwb25zZSIKyvMYAgEC4PMYARJrCgZVcGRhdGUSKS5tZXRhbHN0YWNrLmFwaS52Mi5JUFNlcnZpY2VVcGRhdGVSZXF1ZXN0GioubWV0YWxzdGFjay5hcGkudjIuSVBTZXJ2aWNlVXBkYXRlUmVzcG9uc2UiCsrzGAIBAuDzGAESZgoETGlzdBInLm1ldGFsc3RhY2suYXBpLnYyLklQU2VydmljZUxpc3RSZXF1ZXN0GigubWV0YWxzdGFjay5hcGkudjIuSVBTZXJ2aWNlTGlzdFJlc3BvbnNlIgvK8xgDAQID4PMYAhJrCgZEZWxldGUSKS5tZXRhbHN0YWNrLmFwaS52Mi5JUFNlcnZpY2VEZWxldGVSZXF1ZXN0GioubWV0YWxzdGFjay5hcGkudjIuSVBTZXJ2aWNlRGVsZXRlUmVzcG9uc2UiCsrzGAIBAuDzGAFCvQEKFWNvbS5tZXRhbHN0YWNrLmFwaS52MkIHSXBQcm90b1ABWjVnaXRodWIuY29tL21ldGFsLXN0YWNrL2FwaS9nby9tZXRhbHN0YWNrL2FwaS92MjthcGl2MqICA01BWKoCEU1ldGFsc3RhY2suQXBpLlYyygIRTWV0YWxzdGFja1xBcGlcVjLiAh1NZXRhbHN0YWNrXEFwaVxWMlxHUEJNZXRhZGF0YeoCE01ldGFsc3RhY2s6OkFwaTo6VjJiBnByb3RvMw", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules]);
18
18
 
19
19
  /**
20
- * IP is a ip address which can be used as loadbalancer addresses
20
+ * IP is an IP address which can be used as loadbalancer addresses
21
21
  *
22
22
  * @generated from message metalstack.api.v2.IP
23
23
  */
@@ -95,7 +95,7 @@ export const IPSchema: GenMessage<IP> = /*@__PURE__*/
95
95
  messageDesc(file_metalstack_api_v2_ip, 0);
96
96
 
97
97
  /**
98
- * IPServiceGetRequest is the request payload for a ip get request
98
+ * IPServiceGetRequest is the request payload for an IP get request
99
99
  *
100
100
  * @generated from message metalstack.api.v2.IPServiceGetRequest
101
101
  */
@@ -130,7 +130,7 @@ export const IPServiceGetRequestSchema: GenMessage<IPServiceGetRequest> = /*@__P
130
130
  messageDesc(file_metalstack_api_v2_ip, 1);
131
131
 
132
132
  /**
133
- * IPServiceCreateRequest is the request payload for a ip create request
133
+ * IPServiceCreateRequest is the request payload for an IP create request
134
134
  *
135
135
  * @generated from message metalstack.api.v2.IPServiceCreateRequest
136
136
  */
@@ -207,7 +207,7 @@ export const IPServiceCreateRequestSchema: GenMessage<IPServiceCreateRequest> =
207
207
  messageDesc(file_metalstack_api_v2_ip, 2);
208
208
 
209
209
  /**
210
- * IPServiceUpdateRequest is the request payload for a ip update request
210
+ * IPServiceUpdateRequest is the request payload for an IP update request
211
211
  *
212
212
  * @generated from message metalstack.api.v2.IPServiceUpdateRequest
213
213
  */
@@ -270,7 +270,7 @@ export const IPServiceUpdateRequestSchema: GenMessage<IPServiceUpdateRequest> =
270
270
  messageDesc(file_metalstack_api_v2_ip, 3);
271
271
 
272
272
  /**
273
- * IPServiceListRequest is the request payload for a ip list request
273
+ * IPServiceListRequest is the request payload for an IP list request
274
274
  *
275
275
  * @generated from message metalstack.api.v2.IPServiceListRequest
276
276
  */
@@ -283,7 +283,7 @@ export type IPServiceListRequest = Message<"metalstack.api.v2.IPServiceListReque
283
283
  project: string;
284
284
 
285
285
  /**
286
- * Query to list one ore more ips
286
+ * Query to list one or more IPs
287
287
  *
288
288
  * @generated from field: metalstack.api.v2.IPQuery query = 2;
289
289
  */
@@ -311,7 +311,7 @@ export type IPQuery = Message<"metalstack.api.v2.IPQuery"> & {
311
311
  ip?: string | undefined;
312
312
 
313
313
  /**
314
- * Network from where the ips to list
314
+ * Network from which the IPs are to list
315
315
  *
316
316
  * @generated from field: optional string network = 2;
317
317
  */
@@ -332,14 +332,14 @@ export type IPQuery = Message<"metalstack.api.v2.IPQuery"> & {
332
332
  name?: string | undefined;
333
333
 
334
334
  /**
335
- * Uuid for which this ips should get filtered
335
+ * UUID for which these IPs should be filtered
336
336
  *
337
337
  * @generated from field: optional string uuid = 5;
338
338
  */
339
339
  uuid?: string | undefined;
340
340
 
341
341
  /**
342
- * Machine for which this ips should get filtered
342
+ * Machine for which these IPs should be filtered
343
343
  *
344
344
  * @generated from field: optional string machine = 6;
345
345
  */
@@ -353,7 +353,7 @@ export type IPQuery = Message<"metalstack.api.v2.IPQuery"> & {
353
353
  parentPrefixCidr?: string | undefined;
354
354
 
355
355
  /**
356
- * Labels for which this ips should get filtered
356
+ * Labels for which these IPs should be filtered
357
357
  *
358
358
  * @generated from field: optional metalstack.api.v2.Labels labels = 8;
359
359
  */
@@ -367,7 +367,7 @@ export type IPQuery = Message<"metalstack.api.v2.IPQuery"> & {
367
367
  type?: IPType | undefined;
368
368
 
369
369
  /**
370
- * Addressfamily of the IPs to list, defaults to all addressfamilies
370
+ * Address family of the IPs to list, defaults to all address families
371
371
  *
372
372
  * @generated from field: optional metalstack.api.v2.IPAddressFamily address_family = 10;
373
373
  */
@@ -417,7 +417,7 @@ export const IPServiceDeleteRequestSchema: GenMessage<IPServiceDeleteRequest> =
417
417
  messageDesc(file_metalstack_api_v2_ip, 6);
418
418
 
419
419
  /**
420
- * IPServiceGetResponse is the response payload for a ip get request
420
+ * IPServiceGetResponse is the response payload for an IP get request
421
421
  *
422
422
  * @generated from message metalstack.api.v2.IPServiceGetResponse
423
423
  */
@@ -459,7 +459,7 @@ export const IPServiceUpdateResponseSchema: GenMessage<IPServiceUpdateResponse>
459
459
  messageDesc(file_metalstack_api_v2_ip, 8);
460
460
 
461
461
  /**
462
- * IPServiceCreateResponse is the response payload for a ip create request
462
+ * IPServiceCreateResponse is the response payload for an IP create request
463
463
  *
464
464
  * @generated from message metalstack.api.v2.IPServiceCreateResponse
465
465
  */
@@ -480,7 +480,7 @@ export const IPServiceCreateResponseSchema: GenMessage<IPServiceCreateResponse>
480
480
  messageDesc(file_metalstack_api_v2_ip, 9);
481
481
 
482
482
  /**
483
- * IPServiceListResponse is the response payload for a ip list request
483
+ * IPServiceListResponse is the response payload for an IP list request
484
484
  *
485
485
  * @generated from message metalstack.api.v2.IPServiceListResponse
486
486
  */
@@ -501,7 +501,7 @@ export const IPServiceListResponseSchema: GenMessage<IPServiceListResponse> = /*
501
501
  messageDesc(file_metalstack_api_v2_ip, 10);
502
502
 
503
503
  /**
504
- * IPServiceDeleteResponse is the response payload for a ip delete request
504
+ * IPServiceDeleteResponse is the response payload for an IP delete request
505
505
  *
506
506
  * @generated from message metalstack.api.v2.IPServiceDeleteResponse
507
507
  */
@@ -522,7 +522,7 @@ export const IPServiceDeleteResponseSchema: GenMessage<IPServiceDeleteResponse>
522
522
  messageDesc(file_metalstack_api_v2_ip, 11);
523
523
 
524
524
  /**
525
- * IPType specifies different ip address types
525
+ * IPType specifies different IP address types
526
526
  *
527
527
  * @generated from enum metalstack.api.v2.IPType
528
528
  */
@@ -535,7 +535,7 @@ export enum IPType {
535
535
  IP_TYPE_UNSPECIFIED = 0,
536
536
 
537
537
  /**
538
- * IP_TYPE_EPHEMERAL defines a ephemeral ip address which is freed/deleted after usage
538
+ * IP_TYPE_EPHEMERAL defines an ephemeral IP address which is freed/deleted after usage
539
539
  *
540
540
  * @generated from enum value: IP_TYPE_EPHEMERAL = 1;
541
541
  */
@@ -1131,7 +1131,7 @@ export type MachineBMCReport = Message<"metalstack.api.v2.MachineBMCReport"> & {
1131
1131
  */
1132
1132
  bios?: MachineBios | undefined;
1133
1133
  /**
1134
- * Fru containers field replaceable unit details
1134
+ * Fru contains field replaceable unit details
1135
1135
  *
1136
1136
  * @generated from field: metalstack.api.v2.MachineFRU fru = 3;
1137
1137
  */
@@ -1185,7 +1185,7 @@ export type MachineBios = Message<"metalstack.api.v2.MachineBios"> & {
1185
1185
  */
1186
1186
  vendor: string;
1187
1187
  /**
1188
- * Date the bios date as string because every vendor has different ideas howto describe the date
1188
+ * Date the bios date as string because every vendor has different ideas how to describe the date
1189
1189
  *
1190
1190
  * @generated from field: string date = 3;
1191
1191
  */
@@ -1416,7 +1416,7 @@ export type MachineRecentProvisioningEvents = Message<"metalstack.api.v2.Machine
1416
1416
  */
1417
1417
  export declare const MachineRecentProvisioningEventsSchema: GenMessage<MachineRecentProvisioningEvents>;
1418
1418
  /**
1419
- * MachineProvisioningEvent is a event which has occurred during provisioning
1419
+ * MachineProvisioningEvent is an event that has occurred during provisioning
1420
1420
  *
1421
1421
  * @generated from message metalstack.api.v2.MachineProvisioningEvent
1422
1422
  */
@@ -1905,13 +1905,13 @@ export type MachineIssuesQuery = Message<"metalstack.api.v2.MachineIssuesQuery">
1905
1905
  */
1906
1906
  machineQuery?: MachineQuery | undefined;
1907
1907
  /**
1908
- * Only a list of machine issue types to include
1908
+ * Only includes the specified machine issue types
1909
1909
  *
1910
1910
  * @generated from field: repeated metalstack.api.v2.MachineIssueType only = 2;
1911
1911
  */
1912
1912
  only: MachineIssueType[];
1913
1913
  /**
1914
- * Omit a list of machine issues to omit
1914
+ * Omits the specified machine issues
1915
1915
  *
1916
1916
  * @generated from field: repeated metalstack.api.v2.MachineIssueType omit = 3;
1917
1917
  */
@@ -1333,7 +1333,7 @@ export type MachineBMCReport = Message<"metalstack.api.v2.MachineBMCReport"> & {
1333
1333
  bios?: MachineBios | undefined;
1334
1334
 
1335
1335
  /**
1336
- * Fru containers field replaceable unit details
1336
+ * Fru contains field replaceable unit details
1337
1337
  *
1338
1338
  * @generated from field: metalstack.api.v2.MachineFRU fru = 3;
1339
1339
  */
@@ -1396,7 +1396,7 @@ export type MachineBios = Message<"metalstack.api.v2.MachineBios"> & {
1396
1396
  vendor: string;
1397
1397
 
1398
1398
  /**
1399
- * Date the bios date as string because every vendor has different ideas howto describe the date
1399
+ * Date the bios date as string because every vendor has different ideas how to describe the date
1400
1400
  *
1401
1401
  * @generated from field: string date = 3;
1402
1402
  */
@@ -1665,7 +1665,7 @@ export const MachineRecentProvisioningEventsSchema: GenMessage<MachineRecentProv
1665
1665
  messageDesc(file_metalstack_api_v2_machine, 36);
1666
1666
 
1667
1667
  /**
1668
- * MachineProvisioningEvent is a event which has occurred during provisioning
1668
+ * MachineProvisioningEvent is an event that has occurred during provisioning
1669
1669
  *
1670
1670
  * @generated from message metalstack.api.v2.MachineProvisioningEvent
1671
1671
  */
@@ -2234,14 +2234,14 @@ export type MachineIssuesQuery = Message<"metalstack.api.v2.MachineIssuesQuery">
2234
2234
  machineQuery?: MachineQuery | undefined;
2235
2235
 
2236
2236
  /**
2237
- * Only a list of machine issue types to include
2237
+ * Only includes the specified machine issue types
2238
2238
  *
2239
2239
  * @generated from field: repeated metalstack.api.v2.MachineIssueType only = 2;
2240
2240
  */
2241
2241
  only: MachineIssueType[];
2242
2242
 
2243
2243
  /**
2244
- * Omit a list of machine issues to omit
2244
+ * Omits the specified machine issues
2245
2245
  *
2246
2246
  * @generated from field: repeated metalstack.api.v2.MachineIssueType omit = 3;
2247
2247
  */
@@ -379,7 +379,7 @@ export type Network = Message<"metalstack.api.v2.Network"> & {
379
379
  */
380
380
  destinationPrefixes: string[];
381
381
  /**
382
- * Default Child Prefix length defines the bitlength of a child network created per addressfamily, of not specified during the allocate request
382
+ * Default Child Prefix length defines the bit length of a child network created per address family, if not specified during the allocate request
383
383
  *
384
384
  * @generated from field: metalstack.api.v2.ChildPrefixLength default_child_prefix_length = 10;
385
385
  */
@@ -421,7 +421,7 @@ export type Network = Message<"metalstack.api.v2.Network"> & {
421
421
  */
422
422
  additionalAnnouncableCidrs: string[];
423
423
  /**
424
- * Consumption of ips and prefixes in this networks
424
+ * Consumption of IPs and prefixes in this network
425
425
  *
426
426
  * @generated from field: metalstack.api.v2.NetworkConsumption consumption = 17;
427
427
  */
@@ -595,7 +595,7 @@ export type NetworkUsage = Message<"metalstack.api.v2.NetworkUsage"> & {
595
595
  */
596
596
  usedIps: bigint;
597
597
  /**
598
- * the total available 2 bit Prefixes
598
+ * the total available 2-bit prefixes
599
599
  *
600
600
  * @generated from field: uint64 available_prefixes = 3;
601
601
  */
@@ -451,7 +451,7 @@ export type Network = Message<"metalstack.api.v2.Network"> & {
451
451
  destinationPrefixes: string[];
452
452
 
453
453
  /**
454
- * Default Child Prefix length defines the bitlength of a child network created per addressfamily, of not specified during the allocate request
454
+ * Default Child Prefix length defines the bit length of a child network created per address family, if not specified during the allocate request
455
455
  *
456
456
  * @generated from field: metalstack.api.v2.ChildPrefixLength default_child_prefix_length = 10;
457
457
  */
@@ -500,7 +500,7 @@ export type Network = Message<"metalstack.api.v2.Network"> & {
500
500
  additionalAnnouncableCidrs: string[];
501
501
 
502
502
  /**
503
- * Consumption of ips and prefixes in this networks
503
+ * Consumption of IPs and prefixes in this network
504
504
  *
505
505
  * @generated from field: metalstack.api.v2.NetworkConsumption consumption = 17;
506
506
  */
@@ -703,7 +703,7 @@ export type NetworkUsage = Message<"metalstack.api.v2.NetworkUsage"> & {
703
703
  usedIps: bigint;
704
704
 
705
705
  /**
706
- * the total available 2 bit Prefixes
706
+ * the total available 2-bit prefixes
707
707
  *
708
708
  * @generated from field: uint64 available_prefixes = 3;
709
709
  */
@@ -103,7 +103,7 @@ export type PartitionBootConfiguration = Message<"metalstack.api.v2.PartitionBoo
103
103
  */
104
104
  kernelUrl: string;
105
105
  /**
106
- * Commandline the cmdline to the kernel for the boot image
106
+ * Commandline the kernel command line for the boot image
107
107
  *
108
108
  * @generated from field: string commandline = 3;
109
109
  */
@@ -129,7 +129,7 @@ export type PartitionBootConfiguration = Message<"metalstack.api.v2.PartitionBoo
129
129
  kernelUrl: string;
130
130
 
131
131
  /**
132
- * Commandline the cmdline to the kernel for the boot image
132
+ * Commandline the kernel command line for the boot image
133
133
  *
134
134
  * @generated from field: string commandline = 3;
135
135
  */
@@ -56,7 +56,7 @@ export type Project = Message<"metalstack.api.v2.Project"> & {
56
56
  */
57
57
  export declare const ProjectSchema: GenMessage<Project>;
58
58
  /**
59
- * ProjectMember defines a user that participates at a project
59
+ * ProjectMember defines a user that participates in a project
60
60
  *
61
61
  * @generated from message metalstack.api.v2.ProjectMember
62
62
  */
@@ -136,13 +136,13 @@ export type ProjectInvite = Message<"metalstack.api.v2.ProjectInvite"> & {
136
136
  */
137
137
  projectName: string;
138
138
  /**
139
- * Tenant is the login of tenant who invites to join this project
139
+ * Tenant is the login of the tenant inviting another user to join this project
140
140
  *
141
141
  * @generated from field: string tenant = 6;
142
142
  */
143
143
  tenant: string;
144
144
  /**
145
- * TenantName is the name of tenant who invites to join this project
145
+ * TenantName is the name of the tenant inviting another user to join this project
146
146
  *
147
147
  * @generated from field: string tenant_name = 7;
148
148
  */
@@ -701,7 +701,7 @@ export type ProjectServiceInviteAcceptResponse = Message<"metalstack.api.v2.Proj
701
701
  */
702
702
  project: string;
703
703
  /**
704
- * ProjectName if the project joined
704
+ * ProjectName of the project joined
705
705
  *
706
706
  * @generated from field: string project_name = 2;
707
707
  */
@@ -814,7 +814,7 @@ export declare const ProjectService: GenService<{
814
814
  output: typeof ProjectServiceLeaveResponseSchema;
815
815
  };
816
816
  /**
817
- * RemoveMember remove a user from a project
817
+ * RemoveMember removes a user from a project
818
818
  *
819
819
  * @generated from rpc metalstack.api.v2.ProjectService.RemoveMember
820
820
  */
@@ -824,7 +824,7 @@ export declare const ProjectService: GenService<{
824
824
  output: typeof ProjectServiceRemoveMemberResponseSchema;
825
825
  };
826
826
  /**
827
- * UpdateMember update a user for a project
827
+ * UpdateMember updates a user for a project
828
828
  *
829
829
  * @generated from rpc metalstack.api.v2.ProjectService.UpdateMember
830
830
  */
@@ -844,7 +844,7 @@ export declare const ProjectService: GenService<{
844
844
  output: typeof ProjectServiceInviteResponseSchema;
845
845
  };
846
846
  /**
847
- * InviteAccept is called from a user to accept a invitation
847
+ * InviteAccept is called by a user to accept an invitation
848
848
  *
849
849
  * @generated from rpc metalstack.api.v2.ProjectService.InviteAccept
850
850
  */
@@ -76,7 +76,7 @@ export const ProjectSchema: GenMessage<Project> = /*@__PURE__*/
76
76
  messageDesc(file_metalstack_api_v2_project, 0);
77
77
 
78
78
  /**
79
- * ProjectMember defines a user that participates at a project
79
+ * ProjectMember defines a user that participates in a project
80
80
  *
81
81
  * @generated from message metalstack.api.v2.ProjectMember
82
82
  */
@@ -168,14 +168,14 @@ export type ProjectInvite = Message<"metalstack.api.v2.ProjectInvite"> & {
168
168
  projectName: string;
169
169
 
170
170
  /**
171
- * Tenant is the login of tenant who invites to join this project
171
+ * Tenant is the login of the tenant inviting another user to join this project
172
172
  *
173
173
  * @generated from field: string tenant = 6;
174
174
  */
175
175
  tenant: string;
176
176
 
177
177
  /**
178
- * TenantName is the name of tenant who invites to join this project
178
+ * TenantName is the name of the tenant inviting another user to join this project
179
179
  *
180
180
  * @generated from field: string tenant_name = 7;
181
181
  */
@@ -831,7 +831,7 @@ export type ProjectServiceInviteAcceptResponse = Message<"metalstack.api.v2.Proj
831
831
  project: string;
832
832
 
833
833
  /**
834
- * ProjectName if the project joined
834
+ * ProjectName of the project joined
835
835
  *
836
836
  * @generated from field: string project_name = 2;
837
837
  */
@@ -955,7 +955,7 @@ export const ProjectService: GenService<{
955
955
  output: typeof ProjectServiceLeaveResponseSchema;
956
956
  },
957
957
  /**
958
- * RemoveMember remove a user from a project
958
+ * RemoveMember removes a user from a project
959
959
  *
960
960
  * @generated from rpc metalstack.api.v2.ProjectService.RemoveMember
961
961
  */
@@ -965,7 +965,7 @@ export const ProjectService: GenService<{
965
965
  output: typeof ProjectServiceRemoveMemberResponseSchema;
966
966
  },
967
967
  /**
968
- * UpdateMember update a user for a project
968
+ * UpdateMember updates a user for a project
969
969
  *
970
970
  * @generated from rpc metalstack.api.v2.ProjectService.UpdateMember
971
971
  */
@@ -985,7 +985,7 @@ export const ProjectService: GenService<{
985
985
  output: typeof ProjectServiceInviteResponseSchema;
986
986
  },
987
987
  /**
988
- * InviteAccept is called from a user to accept a invitation
988
+ * InviteAccept is called by a user to accept an invitation
989
989
  *
990
990
  * @generated from rpc metalstack.api.v2.ProjectService.InviteAccept
991
991
  */
@@ -89,7 +89,7 @@ export type SizeImageConstraint = Message<"metalstack.api.v2.SizeImageConstraint
89
89
  */
90
90
  export declare const SizeImageConstraintSchema: GenMessage<SizeImageConstraint>;
91
91
  /**
92
- * ImageConstraint defines a constraint for a image
92
+ * ImageConstraint defines a constraint for an image
93
93
  * examples:
94
94
  * images:
95
95
  * ubuntu: ">= 20.04.20211011"
@@ -115,7 +115,7 @@ export const SizeImageConstraintSchema: GenMessage<SizeImageConstraint> = /*@__P
115
115
  messageDesc(file_metalstack_api_v2_size_imageconstraint, 2);
116
116
 
117
117
  /**
118
- * ImageConstraint defines a constraint for a image
118
+ * ImageConstraint defines a constraint for an image
119
119
  * examples:
120
120
  * images:
121
121
  * ubuntu: ">= 20.04.20211011"
@@ -60,7 +60,7 @@ export declare const SizeReservationServiceListRequestSchema: GenMessage<SizeRes
60
60
  */
61
61
  export type SizeReservationServiceGetResponse = Message<"metalstack.api.v2.SizeReservationServiceGetResponse"> & {
62
62
  /**
63
- * Size reservation
63
+ * Size reservation
64
64
  *
65
65
  * @generated from field: metalstack.api.v2.SizeReservation size_reservation = 1;
66
66
  */
@@ -79,7 +79,7 @@ export const SizeReservationServiceListRequestSchema: GenMessage<SizeReservation
79
79
  */
80
80
  export type SizeReservationServiceGetResponse = Message<"metalstack.api.v2.SizeReservationServiceGetResponse"> & {
81
81
  /**
82
- * Size reservation
82
+ * Size reservation
83
83
  *
84
84
  * @generated from field: metalstack.api.v2.SizeReservation size_reservation = 1;
85
85
  */