@metal-stack/api 0.2.2 → 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.
- package/js/metalstack/admin/v2/filesystem_pb.d.ts +2 -2
- package/js/metalstack/admin/v2/filesystem_pb.ts +2 -2
- package/js/metalstack/admin/v2/image_pb.d.ts +1 -1
- package/js/metalstack/admin/v2/image_pb.ts +1 -1
- package/js/metalstack/admin/v2/machine_pb.d.ts +2 -2
- package/js/metalstack/admin/v2/machine_pb.ts +2 -2
- package/js/metalstack/admin/v2/partition_pb.d.ts +1 -1
- package/js/metalstack/admin/v2/partition_pb.ts +1 -1
- package/js/metalstack/admin/v2/switch_pb.d.ts +1 -1
- package/js/metalstack/admin/v2/switch_pb.ts +1 -1
- package/js/metalstack/admin/v2/tenant_pb.d.ts +1 -1
- package/js/metalstack/admin/v2/tenant_pb.ts +1 -1
- package/js/metalstack/api/v2/audit_pb.d.ts +1 -1
- package/js/metalstack/api/v2/audit_pb.ts +1 -1
- package/js/metalstack/api/v2/common_pb.d.ts +17 -17
- package/js/metalstack/api/v2/common_pb.js +9 -9
- package/js/metalstack/api/v2/common_pb.ts +18 -18
- package/js/metalstack/api/v2/filesystem_pb.d.ts +3 -3
- package/js/metalstack/api/v2/filesystem_pb.ts +3 -3
- package/js/metalstack/api/v2/image_pb.d.ts +6 -6
- package/js/metalstack/api/v2/image_pb.ts +6 -6
- package/js/metalstack/api/v2/ip_pb.d.ts +17 -17
- package/js/metalstack/api/v2/ip_pb.js +2 -2
- package/js/metalstack/api/v2/ip_pb.ts +17 -17
- package/js/metalstack/api/v2/machine_pb.d.ts +5 -5
- package/js/metalstack/api/v2/machine_pb.ts +5 -5
- package/js/metalstack/api/v2/network_pb.d.ts +3 -3
- package/js/metalstack/api/v2/network_pb.ts +3 -3
- package/js/metalstack/api/v2/partition_pb.d.ts +1 -1
- package/js/metalstack/api/v2/partition_pb.ts +1 -1
- package/js/metalstack/api/v2/project_pb.d.ts +7 -7
- package/js/metalstack/api/v2/project_pb.ts +7 -7
- package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +1 -1
- package/js/metalstack/api/v2/size_imageconstraint_pb.ts +1 -1
- package/js/metalstack/api/v2/size_reservation_pb.d.ts +1 -1
- package/js/metalstack/api/v2/size_reservation_pb.ts +1 -1
- package/js/metalstack/api/v2/tenant_pb.d.ts +7 -7
- package/js/metalstack/api/v2/tenant_pb.ts +7 -7
- package/js/metalstack/api/v2/token_pb.d.ts +3 -3
- package/js/metalstack/api/v2/token_pb.ts +3 -3
- package/js/metalstack/api/v2/user_pb.d.ts +1 -1
- package/js/metalstack/api/v2/user_pb.ts +1 -1
- package/js/metalstack/infra/v2/bmc_pb.d.ts +1 -1
- package/js/metalstack/infra/v2/bmc_pb.ts +1 -1
- package/js/metalstack/infra/v2/boot_pb.d.ts +1 -1
- package/js/metalstack/infra/v2/boot_pb.ts +1 -1
- package/package.json +1 -1
|
@@ -175,8 +175,8 @@ export declare const FilesystemServiceDeleteResponseSchema: GenMessage<Filesyste
|
|
|
175
175
|
*/
|
|
176
176
|
export type FilesystemServiceMatchRequest = Message<"metalstack.admin.v2.FilesystemServiceMatchRequest"> & {
|
|
177
177
|
/**
|
|
178
|
-
* Match
|
|
179
|
-
* or
|
|
178
|
+
* Match size and image to a filesystem layout
|
|
179
|
+
* or match a machine to a filesystem layout
|
|
180
180
|
*
|
|
181
181
|
* @generated from oneof metalstack.admin.v2.FilesystemServiceMatchRequest.match
|
|
182
182
|
*/
|
|
@@ -214,8 +214,8 @@ export const FilesystemServiceDeleteResponseSchema: GenMessage<FilesystemService
|
|
|
214
214
|
*/
|
|
215
215
|
export type FilesystemServiceMatchRequest = Message<"metalstack.admin.v2.FilesystemServiceMatchRequest"> & {
|
|
216
216
|
/**
|
|
217
|
-
* Match
|
|
218
|
-
* or
|
|
217
|
+
* Match size and image to a filesystem layout
|
|
218
|
+
* or match a machine to a filesystem layout
|
|
219
219
|
*
|
|
220
220
|
* @generated from oneof metalstack.admin.v2.FilesystemServiceMatchRequest.match
|
|
221
221
|
*/
|
|
@@ -92,7 +92,7 @@ export type ImageServiceUpdateRequest = Message<"metalstack.admin.v2.ImageServic
|
|
|
92
92
|
*/
|
|
93
93
|
classification: ImageClassification;
|
|
94
94
|
/**
|
|
95
|
-
* ExpiresAt usage is not possible after this date
|
|
95
|
+
* ExpiresAt indicates that usage is not possible after this date
|
|
96
96
|
*
|
|
97
97
|
* @generated from field: google.protobuf.Timestamp expires_at = 8;
|
|
98
98
|
*/
|
|
@@ -118,7 +118,7 @@ export type ImageServiceUpdateRequest = Message<"metalstack.admin.v2.ImageServic
|
|
|
118
118
|
classification: ImageClassification;
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
|
-
* ExpiresAt usage is not possible after this date
|
|
121
|
+
* ExpiresAt indicates that usage is not possible after this date
|
|
122
122
|
*
|
|
123
123
|
* @generated from field: google.protobuf.Timestamp expires_at = 8;
|
|
124
124
|
*/
|
|
@@ -48,7 +48,7 @@ export declare const MachineServiceGetResponseSchema: GenMessage<MachineServiceG
|
|
|
48
48
|
*/
|
|
49
49
|
export type MachineServiceListRequest = Message<"metalstack.admin.v2.MachineServiceListRequest"> & {
|
|
50
50
|
/**
|
|
51
|
-
* Query to list one
|
|
51
|
+
* Query to list one or more machines
|
|
52
52
|
*
|
|
53
53
|
* @generated from field: metalstack.api.v2.MachineQuery query = 1;
|
|
54
54
|
*/
|
|
@@ -204,7 +204,7 @@ export declare const MachineServiceGetBMCResponseSchema: GenMessage<MachineServi
|
|
|
204
204
|
*/
|
|
205
205
|
export type MachineServiceListBMCRequest = Message<"metalstack.admin.v2.MachineServiceListBMCRequest"> & {
|
|
206
206
|
/**
|
|
207
|
-
* Query to list one
|
|
207
|
+
* Query to list one or more BMCs of many machines
|
|
208
208
|
*
|
|
209
209
|
* @generated from field: metalstack.api.v2.MachineBMCQuery query = 1;
|
|
210
210
|
*/
|
|
@@ -66,7 +66,7 @@ export const MachineServiceGetResponseSchema: GenMessage<MachineServiceGetRespon
|
|
|
66
66
|
*/
|
|
67
67
|
export type MachineServiceListRequest = Message<"metalstack.admin.v2.MachineServiceListRequest"> & {
|
|
68
68
|
/**
|
|
69
|
-
* Query to list one
|
|
69
|
+
* Query to list one or more machines
|
|
70
70
|
*
|
|
71
71
|
* @generated from field: metalstack.api.v2.MachineQuery query = 1;
|
|
72
72
|
*/
|
|
@@ -250,7 +250,7 @@ export const MachineServiceGetBMCResponseSchema: GenMessage<MachineServiceGetBMC
|
|
|
250
250
|
*/
|
|
251
251
|
export type MachineServiceListBMCRequest = Message<"metalstack.admin.v2.MachineServiceListBMCRequest"> & {
|
|
252
252
|
/**
|
|
253
|
-
* Query to list one
|
|
253
|
+
* Query to list one or more BMCs of many machines
|
|
254
254
|
*
|
|
255
255
|
* @generated from field: metalstack.api.v2.MachineBMCQuery query = 1;
|
|
256
256
|
*/
|
|
@@ -92,7 +92,7 @@ export declare const PartitionServiceUpdateRequestSchema: GenMessage<PartitionSe
|
|
|
92
92
|
*/
|
|
93
93
|
export type PartitionServiceDeleteRequest = Message<"metalstack.admin.v2.PartitionServiceDeleteRequest"> & {
|
|
94
94
|
/**
|
|
95
|
-
* ID of the partition to
|
|
95
|
+
* ID of the partition to delete
|
|
96
96
|
*
|
|
97
97
|
* @generated from field: string id = 1;
|
|
98
98
|
*/
|
|
@@ -117,7 +117,7 @@ export const PartitionServiceUpdateRequestSchema: GenMessage<PartitionServiceUpd
|
|
|
117
117
|
*/
|
|
118
118
|
export type PartitionServiceDeleteRequest = Message<"metalstack.admin.v2.PartitionServiceDeleteRequest"> & {
|
|
119
119
|
/**
|
|
120
|
-
* ID of the partition to
|
|
120
|
+
* ID of the partition to delete
|
|
121
121
|
*
|
|
122
122
|
* @generated from field: string id = 1;
|
|
123
123
|
*/
|
|
@@ -244,7 +244,7 @@ export declare const SwitchServiceMigrateRequestSchema: GenMessage<SwitchService
|
|
|
244
244
|
*/
|
|
245
245
|
export type SwitchServiceMigrateResponse = Message<"metalstack.admin.v2.SwitchServiceMigrateResponse"> & {
|
|
246
246
|
/**
|
|
247
|
-
* Switch contains the switch was migrated to
|
|
247
|
+
* Switch contains the switch that was migrated to
|
|
248
248
|
*
|
|
249
249
|
* @generated from field: metalstack.api.v2.Switch switch = 1;
|
|
250
250
|
*/
|
|
@@ -296,7 +296,7 @@ export const SwitchServiceMigrateRequestSchema: GenMessage<SwitchServiceMigrateR
|
|
|
296
296
|
*/
|
|
297
297
|
export type SwitchServiceMigrateResponse = Message<"metalstack.admin.v2.SwitchServiceMigrateResponse"> & {
|
|
298
298
|
/**
|
|
299
|
-
* Switch contains the switch was migrated to
|
|
299
|
+
* Switch contains the switch that was migrated to
|
|
300
300
|
*
|
|
301
301
|
* @generated from field: metalstack.api.v2.Switch switch = 1;
|
|
302
302
|
*/
|
|
@@ -221,7 +221,7 @@ export declare const TenantService: GenService<{
|
|
|
221
221
|
output: typeof TenantServiceAddMemberResponseSchema;
|
|
222
222
|
};
|
|
223
223
|
/**
|
|
224
|
-
* RemoveMember
|
|
224
|
+
* RemoveMember removes a member from a tenant
|
|
225
225
|
*
|
|
226
226
|
* @generated from rpc metalstack.admin.v2.TenantService.RemoveMember
|
|
227
227
|
*/
|
|
@@ -267,7 +267,7 @@ export const TenantService: GenService<{
|
|
|
267
267
|
output: typeof TenantServiceAddMemberResponseSchema;
|
|
268
268
|
},
|
|
269
269
|
/**
|
|
270
|
-
* RemoveMember
|
|
270
|
+
* RemoveMember removes a member from a tenant
|
|
271
271
|
*
|
|
272
272
|
* @generated from rpc metalstack.admin.v2.TenantService.RemoveMember
|
|
273
273
|
*/
|
|
@@ -163,7 +163,7 @@ export type AuditQuery = Message<"metalstack.api.v2.AuditQuery"> & {
|
|
|
163
163
|
*/
|
|
164
164
|
export declare const AuditQuerySchema: GenMessage<AuditQuery>;
|
|
165
165
|
/**
|
|
166
|
-
* AuditServiceListRequest is the request payload for
|
|
166
|
+
* AuditServiceListRequest is the request payload for an audit list request
|
|
167
167
|
*
|
|
168
168
|
* @generated from message metalstack.api.v2.AuditServiceListRequest
|
|
169
169
|
*/
|
|
@@ -201,7 +201,7 @@ export const AuditQuerySchema: GenMessage<AuditQuery> = /*@__PURE__*/
|
|
|
201
201
|
messageDesc(file_metalstack_api_v2_audit, 1);
|
|
202
202
|
|
|
203
203
|
/**
|
|
204
|
-
* AuditServiceListRequest is the request payload for
|
|
204
|
+
* AuditServiceListRequest is the request payload for an audit list request
|
|
205
205
|
*
|
|
206
206
|
* @generated from message metalstack.api.v2.AuditServiceListRequest
|
|
207
207
|
*/
|
|
@@ -101,13 +101,13 @@ export declare const MetaSchema: GenMessage<Meta>;
|
|
|
101
101
|
*/
|
|
102
102
|
export type UpdateLabels = Message<"metalstack.api.v2.UpdateLabels"> & {
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Strategy defines the label update strategy
|
|
105
105
|
*
|
|
106
106
|
* @generated from oneof metalstack.api.v2.UpdateLabels.strategy
|
|
107
107
|
*/
|
|
108
108
|
strategy: {
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Replace existing labels with the given ones
|
|
111
111
|
*
|
|
112
112
|
* @generated from field: metalstack.api.v2.Labels replace = 1;
|
|
113
113
|
*/
|
|
@@ -115,12 +115,12 @@ export type UpdateLabels = Message<"metalstack.api.v2.UpdateLabels"> & {
|
|
|
115
115
|
case: "replace";
|
|
116
116
|
} | {
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
* Patch adds, updates or remove given labels without modifying others
|
|
119
119
|
*
|
|
120
|
-
* @generated from field: metalstack.api.v2.
|
|
120
|
+
* @generated from field: metalstack.api.v2.LabelsPatch patch = 2;
|
|
121
121
|
*/
|
|
122
|
-
value:
|
|
123
|
-
case: "
|
|
122
|
+
value: LabelsPatch;
|
|
123
|
+
case: "patch";
|
|
124
124
|
} | {
|
|
125
125
|
case: undefined;
|
|
126
126
|
value?: undefined;
|
|
@@ -132,11 +132,11 @@ export type UpdateLabels = Message<"metalstack.api.v2.UpdateLabels"> & {
|
|
|
132
132
|
*/
|
|
133
133
|
export declare const UpdateLabelsSchema: GenMessage<UpdateLabels>;
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* LabelsPatch adds, updates or remove given labels without modifying others
|
|
136
136
|
*
|
|
137
|
-
* @generated from message metalstack.api.v2.
|
|
137
|
+
* @generated from message metalstack.api.v2.LabelsPatch
|
|
138
138
|
*/
|
|
139
|
-
export type
|
|
139
|
+
export type LabelsPatch = Message<"metalstack.api.v2.LabelsPatch"> & {
|
|
140
140
|
/**
|
|
141
141
|
* Update labels. New ones will be added, existing ones overwritten
|
|
142
142
|
*
|
|
@@ -151,10 +151,10 @@ export type UpdateLabelsIndividually = Message<"metalstack.api.v2.UpdateLabelsIn
|
|
|
151
151
|
remove: string[];
|
|
152
152
|
};
|
|
153
153
|
/**
|
|
154
|
-
* Describes the message metalstack.api.v2.
|
|
155
|
-
* Use `create(
|
|
154
|
+
* Describes the message metalstack.api.v2.LabelsPatch.
|
|
155
|
+
* Use `create(LabelsPatchSchema)` to create a new message.
|
|
156
156
|
*/
|
|
157
|
-
export declare const
|
|
157
|
+
export declare const LabelsPatchSchema: GenMessage<LabelsPatch>;
|
|
158
158
|
/**
|
|
159
159
|
* UpdateMeta must be provided with every UpdateRequest to define how optimistic locking should be handled
|
|
160
160
|
*
|
|
@@ -364,7 +364,7 @@ export declare enum Visibility {
|
|
|
364
364
|
*/
|
|
365
365
|
PUBLIC = 1,
|
|
366
366
|
/**
|
|
367
|
-
* VISIBILITY_SELF
|
|
367
|
+
* VISIBILITY_SELF restricts calls to the authenticated user only
|
|
368
368
|
*
|
|
369
369
|
* @generated from enum value: VISIBILITY_SELF = 2;
|
|
370
370
|
*/
|
|
@@ -437,19 +437,19 @@ export declare enum OptimisticLockingStrategy {
|
|
|
437
437
|
*/
|
|
438
438
|
export declare const OptimisticLockingStrategySchema: GenEnum<OptimisticLockingStrategy>;
|
|
439
439
|
/**
|
|
440
|
-
* TenantRoles are used to define
|
|
440
|
+
* TenantRoles are used to define the tenant role a logged in user must provide to call this method
|
|
441
441
|
*
|
|
442
442
|
* @generated from extension: repeated metalstack.api.v2.TenantRole tenant_roles = 51000;
|
|
443
443
|
*/
|
|
444
444
|
export declare const tenant_roles: GenExtension<MethodOptions, TenantRole[]>;
|
|
445
445
|
/**
|
|
446
|
-
* ProjectRoles are used to define
|
|
446
|
+
* ProjectRoles are used to define the project role a logged in user must provide to call this method
|
|
447
447
|
*
|
|
448
448
|
* @generated from extension: repeated metalstack.api.v2.ProjectRole project_roles = 51001;
|
|
449
449
|
*/
|
|
450
450
|
export declare const project_roles: GenExtension<MethodOptions, ProjectRole[]>;
|
|
451
451
|
/**
|
|
452
|
-
* AdminRoles are used to define
|
|
452
|
+
* AdminRoles are used to define the admin role a logged in user must provide to call this method
|
|
453
453
|
*
|
|
454
454
|
* @generated from extension: repeated metalstack.api.v2.AdminRole admin_roles = 51002;
|
|
455
455
|
*/
|
|
@@ -467,7 +467,7 @@ export declare const visibility: GenExtension<MethodOptions, Visibility>;
|
|
|
467
467
|
*/
|
|
468
468
|
export declare const auditing: GenExtension<MethodOptions, Auditing>;
|
|
469
469
|
/**
|
|
470
|
-
* InfraRoles are used to define
|
|
470
|
+
* InfraRoles are used to define the infra role a microservice must provide to call this method
|
|
471
471
|
*
|
|
472
472
|
* @generated from extension: repeated metalstack.api.v2.InfraRole infra_roles = 51005;
|
|
473
473
|
*/
|
|
@@ -8,7 +8,7 @@ import { file_metalstack_api_v2_predefined_rules } from "./predefined_rules_pb";
|
|
|
8
8
|
/**
|
|
9
9
|
* Describes the file metalstack/api/v2/common.proto.
|
|
10
10
|
*/
|
|
11
|
-
export const file_metalstack_api_v2_common = /*@__PURE__*/ fileDesc("
|
|
11
|
+
export const file_metalstack_api_v2_common = /*@__PURE__*/ fileDesc("Ch5tZXRhbHN0YWNrL2FwaS92Mi9jb21tb24ucHJvdG8SEW1ldGFsc3RhY2suYXBpLnYyIkIKBlBhZ2luZxIRCgRwYWdlGAEgASgESACIAQESEgoFY291bnQYAiABKARIAYgBAUIHCgVfcGFnZUIICgZfY291bnQijgEKBkxhYmVscxJVCgZsYWJlbHMYASADKAsyJS5tZXRhbHN0YWNrLmFwaS52Mi5MYWJlbHMuTGFiZWxzRW50cnlCHrpIG5oBGLiVuLECASIHcgUQARiAAioHcgUQABiAAhotCgtMYWJlbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIukBCgRNZXRhEi4KBmxhYmVscxgBIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLkxhYmVsc0gAiAEBEi4KCmNyZWF0ZWRfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhIKCmdlbmVyYXRpb24YBCABKAQSHQoQZGVsZXRpb25fdGFza19pZBgFIAEoCUgBiAEBQgkKB19sYWJlbHNCEwoRX2RlbGV0aW9uX3Rhc2tfaWQigAEKDFVwZGF0ZUxhYmVscxIsCgdyZXBsYWNlGAEgASgLMhkubWV0YWxzdGFjay5hcGkudjIuTGFiZWxzSAASLwoFcGF0Y2gYAiABKAsyHi5tZXRhbHN0YWNrLmFwaS52Mi5MYWJlbHNQYXRjaEgAQhEKCHN0cmF0ZWd5EgW6SAIIASJcCgtMYWJlbHNQYXRjaBIpCgZ1cGRhdGUYASABKAsyGS5tZXRhbHN0YWNrLmFwaS52Mi5MYWJlbHMSIgoGcmVtb3ZlGAIgAygJQhK6SA+SAQwYASIIcgbws66xAgEijgEKClVwZGF0ZU1ldGESLgoKdXBkYXRlZF9hdBgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASUAoQbG9ja2luZ19zdHJhdGVneRgCIAEoDjIsLm1ldGFsc3RhY2suYXBpLnYyLk9wdGltaXN0aWNMb2NraW5nU3RyYXRlZ3lCCLpIBYIBAhABKocBCgpUZW5hbnRSb2xlEhsKF1RFTkFOVF9ST0xFX1VOU1BFQ0lGSUVEEAASFQoRVEVOQU5UX1JPTEVfT1dORVIQARIWChJURU5BTlRfUk9MRV9FRElUT1IQAhIWChJURU5BTlRfUk9MRV9WSUVXRVIQAxIVChFURU5BTlRfUk9MRV9HVUVTVBAEKnUKC1Byb2plY3RSb2xlEhwKGFBST0pFQ1RfUk9MRV9VTlNQRUNJRklFRBAAEhYKElBST0pFQ1RfUk9MRV9PV05FUhABEhcKE1BST0pFQ1RfUk9MRV9FRElUT1IQAhIXChNQUk9KRUNUX1JPTEVfVklFV0VSEAMqVQoJQWRtaW5Sb2xlEhoKFkFETUlOX1JPTEVfVU5TUEVDSUZJRUQQABIVChFBRE1JTl9ST0xFX0VESVRPUhABEhUKEUFETUlOX1JPTEVfVklFV0VSEAIqVQoJSW5mcmFSb2xlEhoKFklORlJBX1JPTEVfVU5TUEVDSUZJRUQQABIVChFJTkZSQV9ST0xFX0VESVRPUhABEhUKEUlORlJBX1JPTEVfVklFV0VSEAIqXQoLTWFjaGluZVJvbGUSHAoYTUFDSElORV9ST0xFX1VOU1BFQ0lGSUVEEAASFwoTTUFDSElORV9ST0xFX0VESVRPUhABEhcKE01BQ0hJTkVfUk9MRV9WSUVXRVIQAipUCgpWaXNpYmlsaXR5EhoKFlZJU0lCSUxJVFlfVU5TUEVDSUZJRUQQABIVChFWSVNJQklMSVRZX1BVQkxJQxABEhMKD1ZJU0lCSUxJVFlfU0VMRhACKlIKCEF1ZGl0aW5nEhgKFEFVRElUSU5HX1VOU1BFQ0lGSUVEEAASFQoRQVVESVRJTkdfSU5DTFVERUQQARIVChFBVURJVElOR19FWENMVURFRBACKpgBChlPcHRpbWlzdGljTG9ja2luZ1N0cmF0ZWd5EisKJ09QVElNSVNUSUNfTE9DS0lOR19TVFJBVEVHWV9VTlNQRUNJRklFRBAAEiYKIk9QVElNSVNUSUNfTE9DS0lOR19TVFJBVEVHWV9DTElFTlQQARImCiJPUFRJTUlTVElDX0xPQ0tJTkdfU1RSQVRFR1lfU0VSVkVSEAI6YgoMdGVuYW50X3JvbGVzEh4uZ29vZ2xlLnByb3RvYnVmLk1ldGhvZE9wdGlvbnMYuI4DIAMoDjIdLm1ldGFsc3RhY2suYXBpLnYyLlRlbmFudFJvbGVSC3RlbmFudFJvbGVzOmUKDXByb2plY3Rfcm9sZXMSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi5jgMgAygOMh4ubWV0YWxzdGFjay5hcGkudjIuUHJvamVjdFJvbGVSDHByb2plY3RSb2xlczpfCgthZG1pbl9yb2xlcxIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGLqOAyADKA4yHC5tZXRhbHN0YWNrLmFwaS52Mi5BZG1pblJvbGVSCmFkbWluUm9sZXM6XwoKdmlzaWJpbGl0eRIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGLuOAyABKA4yHS5tZXRhbHN0YWNrLmFwaS52Mi5WaXNpYmlsaXR5Ugp2aXNpYmlsaXR5OlkKCGF1ZGl0aW5nEh4uZ29vZ2xlLnByb3RvYnVmLk1ldGhvZE9wdGlvbnMYvI4DIAEoDjIbLm1ldGFsc3RhY2suYXBpLnYyLkF1ZGl0aW5nUghhdWRpdGluZzpfCgtpbmZyYV9yb2xlcxIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGL2OAyADKA4yHC5tZXRhbHN0YWNrLmFwaS52Mi5JbmZyYVJvbGVSCmluZnJhUm9sZXM6ZQoNbWFjaGluZV9yb2xlcxIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGL6OAyADKA4yHi5tZXRhbHN0YWNrLmFwaS52Mi5NYWNoaW5lUm9sZVIMbWFjaGluZVJvbGVzOk8KEWVudW1fc3RyaW5nX3ZhbHVlEiEuZ29vZ2xlLnByb3RvYnVmLkVudW1WYWx1ZU9wdGlvbnMYoJYDIAEoCVIPZW51bVN0cmluZ1ZhbHVlQsEBChVjb20ubWV0YWxzdGFjay5hcGkudjJCC0NvbW1vblByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_descriptor, file_google_protobuf_timestamp, file_metalstack_api_v2_predefined_rules]);
|
|
12
12
|
/**
|
|
13
13
|
* Describes the message metalstack.api.v2.Paging.
|
|
14
14
|
* Use `create(PagingSchema)` to create a new message.
|
|
@@ -30,10 +30,10 @@ export const MetaSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_commo
|
|
|
30
30
|
*/
|
|
31
31
|
export const UpdateLabelsSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_common, 3);
|
|
32
32
|
/**
|
|
33
|
-
* Describes the message metalstack.api.v2.
|
|
34
|
-
* Use `create(
|
|
33
|
+
* Describes the message metalstack.api.v2.LabelsPatch.
|
|
34
|
+
* Use `create(LabelsPatchSchema)` to create a new message.
|
|
35
35
|
*/
|
|
36
|
-
export const
|
|
36
|
+
export const LabelsPatchSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_common, 4);
|
|
37
37
|
/**
|
|
38
38
|
* Describes the message metalstack.api.v2.UpdateMeta.
|
|
39
39
|
* Use `create(UpdateMetaSchema)` to create a new message.
|
|
@@ -229,7 +229,7 @@ export var Visibility;
|
|
|
229
229
|
*/
|
|
230
230
|
Visibility[Visibility["PUBLIC"] = 1] = "PUBLIC";
|
|
231
231
|
/**
|
|
232
|
-
* VISIBILITY_SELF
|
|
232
|
+
* VISIBILITY_SELF restricts calls to the authenticated user only
|
|
233
233
|
*
|
|
234
234
|
* @generated from enum value: VISIBILITY_SELF = 2;
|
|
235
235
|
*/
|
|
@@ -304,19 +304,19 @@ export var OptimisticLockingStrategy;
|
|
|
304
304
|
*/
|
|
305
305
|
export const OptimisticLockingStrategySchema = /*@__PURE__*/ enumDesc(file_metalstack_api_v2_common, 7);
|
|
306
306
|
/**
|
|
307
|
-
* TenantRoles are used to define
|
|
307
|
+
* TenantRoles are used to define the tenant role a logged in user must provide to call this method
|
|
308
308
|
*
|
|
309
309
|
* @generated from extension: repeated metalstack.api.v2.TenantRole tenant_roles = 51000;
|
|
310
310
|
*/
|
|
311
311
|
export const tenant_roles = /*@__PURE__*/ extDesc(file_metalstack_api_v2_common, 0);
|
|
312
312
|
/**
|
|
313
|
-
* ProjectRoles are used to define
|
|
313
|
+
* ProjectRoles are used to define the project role a logged in user must provide to call this method
|
|
314
314
|
*
|
|
315
315
|
* @generated from extension: repeated metalstack.api.v2.ProjectRole project_roles = 51001;
|
|
316
316
|
*/
|
|
317
317
|
export const project_roles = /*@__PURE__*/ extDesc(file_metalstack_api_v2_common, 1);
|
|
318
318
|
/**
|
|
319
|
-
* AdminRoles are used to define
|
|
319
|
+
* AdminRoles are used to define the admin role a logged in user must provide to call this method
|
|
320
320
|
*
|
|
321
321
|
* @generated from extension: repeated metalstack.api.v2.AdminRole admin_roles = 51002;
|
|
322
322
|
*/
|
|
@@ -334,7 +334,7 @@ export const visibility = /*@__PURE__*/ extDesc(file_metalstack_api_v2_common, 3
|
|
|
334
334
|
*/
|
|
335
335
|
export const auditing = /*@__PURE__*/ extDesc(file_metalstack_api_v2_common, 4);
|
|
336
336
|
/**
|
|
337
|
-
* InfraRoles are used to define
|
|
337
|
+
* InfraRoles are used to define the infra role a microservice must provide to call this method
|
|
338
338
|
*
|
|
339
339
|
* @generated from extension: repeated metalstack.api.v2.InfraRole infra_roles = 51005;
|
|
340
340
|
*/
|
|
@@ -14,7 +14,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
14
14
|
* Describes the file metalstack/api/v2/common.proto.
|
|
15
15
|
*/
|
|
16
16
|
export const file_metalstack_api_v2_common: GenFile = /*@__PURE__*/
|
|
17
|
-
fileDesc("
|
|
17
|
+
fileDesc("Ch5tZXRhbHN0YWNrL2FwaS92Mi9jb21tb24ucHJvdG8SEW1ldGFsc3RhY2suYXBpLnYyIkIKBlBhZ2luZxIRCgRwYWdlGAEgASgESACIAQESEgoFY291bnQYAiABKARIAYgBAUIHCgVfcGFnZUIICgZfY291bnQijgEKBkxhYmVscxJVCgZsYWJlbHMYASADKAsyJS5tZXRhbHN0YWNrLmFwaS52Mi5MYWJlbHMuTGFiZWxzRW50cnlCHrpIG5oBGLiVuLECASIHcgUQARiAAioHcgUQABiAAhotCgtMYWJlbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIukBCgRNZXRhEi4KBmxhYmVscxgBIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLkxhYmVsc0gAiAEBEi4KCmNyZWF0ZWRfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhIKCmdlbmVyYXRpb24YBCABKAQSHQoQZGVsZXRpb25fdGFza19pZBgFIAEoCUgBiAEBQgkKB19sYWJlbHNCEwoRX2RlbGV0aW9uX3Rhc2tfaWQigAEKDFVwZGF0ZUxhYmVscxIsCgdyZXBsYWNlGAEgASgLMhkubWV0YWxzdGFjay5hcGkudjIuTGFiZWxzSAASLwoFcGF0Y2gYAiABKAsyHi5tZXRhbHN0YWNrLmFwaS52Mi5MYWJlbHNQYXRjaEgAQhEKCHN0cmF0ZWd5EgW6SAIIASJcCgtMYWJlbHNQYXRjaBIpCgZ1cGRhdGUYASABKAsyGS5tZXRhbHN0YWNrLmFwaS52Mi5MYWJlbHMSIgoGcmVtb3ZlGAIgAygJQhK6SA+SAQwYASIIcgbws66xAgEijgEKClVwZGF0ZU1ldGESLgoKdXBkYXRlZF9hdBgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASUAoQbG9ja2luZ19zdHJhdGVneRgCIAEoDjIsLm1ldGFsc3RhY2suYXBpLnYyLk9wdGltaXN0aWNMb2NraW5nU3RyYXRlZ3lCCLpIBYIBAhABKocBCgpUZW5hbnRSb2xlEhsKF1RFTkFOVF9ST0xFX1VOU1BFQ0lGSUVEEAASFQoRVEVOQU5UX1JPTEVfT1dORVIQARIWChJURU5BTlRfUk9MRV9FRElUT1IQAhIWChJURU5BTlRfUk9MRV9WSUVXRVIQAxIVChFURU5BTlRfUk9MRV9HVUVTVBAEKnUKC1Byb2plY3RSb2xlEhwKGFBST0pFQ1RfUk9MRV9VTlNQRUNJRklFRBAAEhYKElBST0pFQ1RfUk9MRV9PV05FUhABEhcKE1BST0pFQ1RfUk9MRV9FRElUT1IQAhIXChNQUk9KRUNUX1JPTEVfVklFV0VSEAMqVQoJQWRtaW5Sb2xlEhoKFkFETUlOX1JPTEVfVU5TUEVDSUZJRUQQABIVChFBRE1JTl9ST0xFX0VESVRPUhABEhUKEUFETUlOX1JPTEVfVklFV0VSEAIqVQoJSW5mcmFSb2xlEhoKFklORlJBX1JPTEVfVU5TUEVDSUZJRUQQABIVChFJTkZSQV9ST0xFX0VESVRPUhABEhUKEUlORlJBX1JPTEVfVklFV0VSEAIqXQoLTWFjaGluZVJvbGUSHAoYTUFDSElORV9ST0xFX1VOU1BFQ0lGSUVEEAASFwoTTUFDSElORV9ST0xFX0VESVRPUhABEhcKE01BQ0hJTkVfUk9MRV9WSUVXRVIQAipUCgpWaXNpYmlsaXR5EhoKFlZJU0lCSUxJVFlfVU5TUEVDSUZJRUQQABIVChFWSVNJQklMSVRZX1BVQkxJQxABEhMKD1ZJU0lCSUxJVFlfU0VMRhACKlIKCEF1ZGl0aW5nEhgKFEFVRElUSU5HX1VOU1BFQ0lGSUVEEAASFQoRQVVESVRJTkdfSU5DTFVERUQQARIVChFBVURJVElOR19FWENMVURFRBACKpgBChlPcHRpbWlzdGljTG9ja2luZ1N0cmF0ZWd5EisKJ09QVElNSVNUSUNfTE9DS0lOR19TVFJBVEVHWV9VTlNQRUNJRklFRBAAEiYKIk9QVElNSVNUSUNfTE9DS0lOR19TVFJBVEVHWV9DTElFTlQQARImCiJPUFRJTUlTVElDX0xPQ0tJTkdfU1RSQVRFR1lfU0VSVkVSEAI6YgoMdGVuYW50X3JvbGVzEh4uZ29vZ2xlLnByb3RvYnVmLk1ldGhvZE9wdGlvbnMYuI4DIAMoDjIdLm1ldGFsc3RhY2suYXBpLnYyLlRlbmFudFJvbGVSC3RlbmFudFJvbGVzOmUKDXByb2plY3Rfcm9sZXMSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi5jgMgAygOMh4ubWV0YWxzdGFjay5hcGkudjIuUHJvamVjdFJvbGVSDHByb2plY3RSb2xlczpfCgthZG1pbl9yb2xlcxIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGLqOAyADKA4yHC5tZXRhbHN0YWNrLmFwaS52Mi5BZG1pblJvbGVSCmFkbWluUm9sZXM6XwoKdmlzaWJpbGl0eRIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGLuOAyABKA4yHS5tZXRhbHN0YWNrLmFwaS52Mi5WaXNpYmlsaXR5Ugp2aXNpYmlsaXR5OlkKCGF1ZGl0aW5nEh4uZ29vZ2xlLnByb3RvYnVmLk1ldGhvZE9wdGlvbnMYvI4DIAEoDjIbLm1ldGFsc3RhY2suYXBpLnYyLkF1ZGl0aW5nUghhdWRpdGluZzpfCgtpbmZyYV9yb2xlcxIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGL2OAyADKA4yHC5tZXRhbHN0YWNrLmFwaS52Mi5JbmZyYVJvbGVSCmluZnJhUm9sZXM6ZQoNbWFjaGluZV9yb2xlcxIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGL6OAyADKA4yHi5tZXRhbHN0YWNrLmFwaS52Mi5NYWNoaW5lUm9sZVIMbWFjaGluZVJvbGVzOk8KEWVudW1fc3RyaW5nX3ZhbHVlEiEuZ29vZ2xlLnByb3RvYnVmLkVudW1WYWx1ZU9wdGlvbnMYoJYDIAEoCVIPZW51bVN0cmluZ1ZhbHVlQsEBChVjb20ubWV0YWxzdGFjay5hcGkudjJCC0NvbW1vblByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_descriptor, file_google_protobuf_timestamp, file_metalstack_api_v2_predefined_rules]);
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* Paging defines paging for methods with a lot of results
|
|
@@ -124,13 +124,13 @@ export const MetaSchema: GenMessage<Meta> = /*@__PURE__*/
|
|
|
124
124
|
*/
|
|
125
125
|
export type UpdateLabels = Message<"metalstack.api.v2.UpdateLabels"> & {
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* Strategy defines the label update strategy
|
|
128
128
|
*
|
|
129
129
|
* @generated from oneof metalstack.api.v2.UpdateLabels.strategy
|
|
130
130
|
*/
|
|
131
131
|
strategy: {
|
|
132
132
|
/**
|
|
133
|
-
*
|
|
133
|
+
* Replace existing labels with the given ones
|
|
134
134
|
*
|
|
135
135
|
* @generated from field: metalstack.api.v2.Labels replace = 1;
|
|
136
136
|
*/
|
|
@@ -138,12 +138,12 @@ export type UpdateLabels = Message<"metalstack.api.v2.UpdateLabels"> & {
|
|
|
138
138
|
case: "replace";
|
|
139
139
|
} | {
|
|
140
140
|
/**
|
|
141
|
-
*
|
|
141
|
+
* Patch adds, updates or remove given labels without modifying others
|
|
142
142
|
*
|
|
143
|
-
* @generated from field: metalstack.api.v2.
|
|
143
|
+
* @generated from field: metalstack.api.v2.LabelsPatch patch = 2;
|
|
144
144
|
*/
|
|
145
|
-
value:
|
|
146
|
-
case: "
|
|
145
|
+
value: LabelsPatch;
|
|
146
|
+
case: "patch";
|
|
147
147
|
} | { case: undefined; value?: undefined };
|
|
148
148
|
};
|
|
149
149
|
|
|
@@ -155,11 +155,11 @@ export const UpdateLabelsSchema: GenMessage<UpdateLabels> = /*@__PURE__*/
|
|
|
155
155
|
messageDesc(file_metalstack_api_v2_common, 3);
|
|
156
156
|
|
|
157
157
|
/**
|
|
158
|
-
*
|
|
158
|
+
* LabelsPatch adds, updates or remove given labels without modifying others
|
|
159
159
|
*
|
|
160
|
-
* @generated from message metalstack.api.v2.
|
|
160
|
+
* @generated from message metalstack.api.v2.LabelsPatch
|
|
161
161
|
*/
|
|
162
|
-
export type
|
|
162
|
+
export type LabelsPatch = Message<"metalstack.api.v2.LabelsPatch"> & {
|
|
163
163
|
/**
|
|
164
164
|
* Update labels. New ones will be added, existing ones overwritten
|
|
165
165
|
*
|
|
@@ -176,10 +176,10 @@ export type UpdateLabelsIndividually = Message<"metalstack.api.v2.UpdateLabelsIn
|
|
|
176
176
|
};
|
|
177
177
|
|
|
178
178
|
/**
|
|
179
|
-
* Describes the message metalstack.api.v2.
|
|
180
|
-
* Use `create(
|
|
179
|
+
* Describes the message metalstack.api.v2.LabelsPatch.
|
|
180
|
+
* Use `create(LabelsPatchSchema)` to create a new message.
|
|
181
181
|
*/
|
|
182
|
-
export const
|
|
182
|
+
export const LabelsPatchSchema: GenMessage<LabelsPatch> = /*@__PURE__*/
|
|
183
183
|
messageDesc(file_metalstack_api_v2_common, 4);
|
|
184
184
|
|
|
185
185
|
/**
|
|
@@ -425,7 +425,7 @@ export enum Visibility {
|
|
|
425
425
|
PUBLIC = 1,
|
|
426
426
|
|
|
427
427
|
/**
|
|
428
|
-
* VISIBILITY_SELF
|
|
428
|
+
* VISIBILITY_SELF restricts calls to the authenticated user only
|
|
429
429
|
*
|
|
430
430
|
* @generated from enum value: VISIBILITY_SELF = 2;
|
|
431
431
|
*/
|
|
@@ -511,7 +511,7 @@ export const OptimisticLockingStrategySchema: GenEnum<OptimisticLockingStrategy>
|
|
|
511
511
|
enumDesc(file_metalstack_api_v2_common, 7);
|
|
512
512
|
|
|
513
513
|
/**
|
|
514
|
-
* TenantRoles are used to define
|
|
514
|
+
* TenantRoles are used to define the tenant role a logged in user must provide to call this method
|
|
515
515
|
*
|
|
516
516
|
* @generated from extension: repeated metalstack.api.v2.TenantRole tenant_roles = 51000;
|
|
517
517
|
*/
|
|
@@ -519,7 +519,7 @@ export const tenant_roles: GenExtension<MethodOptions, TenantRole[]> = /*@__PURE
|
|
|
519
519
|
extDesc(file_metalstack_api_v2_common, 0);
|
|
520
520
|
|
|
521
521
|
/**
|
|
522
|
-
* ProjectRoles are used to define
|
|
522
|
+
* ProjectRoles are used to define the project role a logged in user must provide to call this method
|
|
523
523
|
*
|
|
524
524
|
* @generated from extension: repeated metalstack.api.v2.ProjectRole project_roles = 51001;
|
|
525
525
|
*/
|
|
@@ -527,7 +527,7 @@ export const project_roles: GenExtension<MethodOptions, ProjectRole[]> = /*@__PU
|
|
|
527
527
|
extDesc(file_metalstack_api_v2_common, 1);
|
|
528
528
|
|
|
529
529
|
/**
|
|
530
|
-
* AdminRoles are used to define
|
|
530
|
+
* AdminRoles are used to define the admin role a logged in user must provide to call this method
|
|
531
531
|
*
|
|
532
532
|
* @generated from extension: repeated metalstack.api.v2.AdminRole admin_roles = 51002;
|
|
533
533
|
*/
|
|
@@ -551,7 +551,7 @@ export const auditing: GenExtension<MethodOptions, Auditing> = /*@__PURE__*/
|
|
|
551
551
|
extDesc(file_metalstack_api_v2_common, 4);
|
|
552
552
|
|
|
553
553
|
/**
|
|
554
|
-
* InfraRoles are used to define
|
|
554
|
+
* InfraRoles are used to define the infra role a microservice must provide to call this method
|
|
555
555
|
*
|
|
556
556
|
* @generated from extension: repeated metalstack.api.v2.InfraRole infra_roles = 51005;
|
|
557
557
|
*/
|
|
@@ -217,7 +217,7 @@ export type Filesystem = Message<"metalstack.api.v2.Filesystem"> & {
|
|
|
217
217
|
*/
|
|
218
218
|
path?: string | undefined;
|
|
219
219
|
/**
|
|
220
|
-
* Label optional label for this
|
|
220
|
+
* Label an optional label for this filesystem
|
|
221
221
|
*
|
|
222
222
|
* @generated from field: optional string label = 6;
|
|
223
223
|
*/
|
|
@@ -319,13 +319,13 @@ export type DiskPartition = Message<"metalstack.api.v2.DiskPartition"> & {
|
|
|
319
319
|
*/
|
|
320
320
|
number: number;
|
|
321
321
|
/**
|
|
322
|
-
* optional label for this
|
|
322
|
+
* Label an optional label for this partition
|
|
323
323
|
*
|
|
324
324
|
* @generated from field: optional string label = 2;
|
|
325
325
|
*/
|
|
326
326
|
label?: string | undefined;
|
|
327
327
|
/**
|
|
328
|
-
* Size
|
|
328
|
+
* Size in mebibytes (MiB) of this partition
|
|
329
329
|
*
|
|
330
330
|
* @generated from field: uint64 size = 3;
|
|
331
331
|
*/
|
|
@@ -259,7 +259,7 @@ export type Filesystem = Message<"metalstack.api.v2.Filesystem"> & {
|
|
|
259
259
|
path?: string | undefined;
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
|
-
* Label optional label for this
|
|
262
|
+
* Label an optional label for this filesystem
|
|
263
263
|
*
|
|
264
264
|
* @generated from field: optional string label = 6;
|
|
265
265
|
*/
|
|
@@ -378,14 +378,14 @@ export type DiskPartition = Message<"metalstack.api.v2.DiskPartition"> & {
|
|
|
378
378
|
number: number;
|
|
379
379
|
|
|
380
380
|
/**
|
|
381
|
-
* optional label for this
|
|
381
|
+
* Label an optional label for this partition
|
|
382
382
|
*
|
|
383
383
|
* @generated from field: optional string label = 2;
|
|
384
384
|
*/
|
|
385
385
|
label?: string | undefined;
|
|
386
386
|
|
|
387
387
|
/**
|
|
388
|
-
* Size
|
|
388
|
+
* Size in mebibytes (MiB) of this partition
|
|
389
389
|
*
|
|
390
390
|
* @generated from field: uint64 size = 3;
|
|
391
391
|
*/
|
|
@@ -7,7 +7,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_metalstack_api_v2_image: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
* ImageServiceGetRequest is the request payload for
|
|
10
|
+
* ImageServiceGetRequest is the request payload for an image get request
|
|
11
11
|
*
|
|
12
12
|
* @generated from message metalstack.api.v2.ImageServiceGetRequest
|
|
13
13
|
*/
|
|
@@ -25,7 +25,7 @@ export type ImageServiceGetRequest = Message<"metalstack.api.v2.ImageServiceGetR
|
|
|
25
25
|
*/
|
|
26
26
|
export declare const ImageServiceGetRequestSchema: GenMessage<ImageServiceGetRequest>;
|
|
27
27
|
/**
|
|
28
|
-
* ImageServiceListRequest is the request payload for
|
|
28
|
+
* ImageServiceListRequest is the request payload for an image list request
|
|
29
29
|
*
|
|
30
30
|
* @generated from message metalstack.api.v2.ImageServiceListRequest
|
|
31
31
|
*/
|
|
@@ -43,7 +43,7 @@ export type ImageServiceListRequest = Message<"metalstack.api.v2.ImageServiceLis
|
|
|
43
43
|
*/
|
|
44
44
|
export declare const ImageServiceListRequestSchema: GenMessage<ImageServiceListRequest>;
|
|
45
45
|
/**
|
|
46
|
-
* ImageServiceLatestRequest is the request payload for
|
|
46
|
+
* ImageServiceLatestRequest is the request payload for an image latest request
|
|
47
47
|
*
|
|
48
48
|
* @generated from message metalstack.api.v2.ImageServiceLatestRequest
|
|
49
49
|
*/
|
|
@@ -68,7 +68,7 @@ export type ImageServiceLatestRequest = Message<"metalstack.api.v2.ImageServiceL
|
|
|
68
68
|
*/
|
|
69
69
|
export declare const ImageServiceLatestRequestSchema: GenMessage<ImageServiceLatestRequest>;
|
|
70
70
|
/**
|
|
71
|
-
* ImageServiceGetResponse is the response payload for
|
|
71
|
+
* ImageServiceGetResponse is the response payload for an image get request
|
|
72
72
|
*
|
|
73
73
|
* @generated from message metalstack.api.v2.ImageServiceGetResponse
|
|
74
74
|
*/
|
|
@@ -86,7 +86,7 @@ export type ImageServiceGetResponse = Message<"metalstack.api.v2.ImageServiceGet
|
|
|
86
86
|
*/
|
|
87
87
|
export declare const ImageServiceGetResponseSchema: GenMessage<ImageServiceGetResponse>;
|
|
88
88
|
/**
|
|
89
|
-
* ImageServiceListResponse is the response payload for
|
|
89
|
+
* ImageServiceListResponse is the response payload for an image list request
|
|
90
90
|
*
|
|
91
91
|
* @generated from message metalstack.api.v2.ImageServiceListResponse
|
|
92
92
|
*/
|
|
@@ -104,7 +104,7 @@ export type ImageServiceListResponse = Message<"metalstack.api.v2.ImageServiceLi
|
|
|
104
104
|
*/
|
|
105
105
|
export declare const ImageServiceListResponseSchema: GenMessage<ImageServiceListResponse>;
|
|
106
106
|
/**
|
|
107
|
-
* ImageServiceLatestResponse is the response payload for
|
|
107
|
+
* ImageServiceLatestResponse is the response payload for an image latest request
|
|
108
108
|
*
|
|
109
109
|
* @generated from message metalstack.api.v2.ImageServiceLatestResponse
|
|
110
110
|
*/
|
|
@@ -19,7 +19,7 @@ export const file_metalstack_api_v2_image: GenFile = /*@__PURE__*/
|
|
|
19
19
|
fileDesc("Ch1tZXRhbHN0YWNrL2FwaS92Mi9pbWFnZS5wcm90bxIRbWV0YWxzdGFjay5hcGkudjIiMQoWSW1hZ2VTZXJ2aWNlR2V0UmVxdWVzdBIXCgJpZBgBIAEoCUILukgIcgbAs66xAgEiRwoXSW1hZ2VTZXJ2aWNlTGlzdFJlcXVlc3QSLAoFcXVlcnkYASABKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVF1ZXJ5IokBChlJbWFnZVNlcnZpY2VMYXRlc3RSZXF1ZXN0EgoKAm9zGAEgASgJEk0KDmNsYXNzaWZpY2F0aW9uGAIgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAFIAIgBAUIRCg9fY2xhc3NpZmljYXRpb24iQgoXSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSJEChhJbWFnZVNlcnZpY2VMaXN0UmVzcG9uc2USKAoGaW1hZ2VzGAEgAygLMhgubWV0YWxzdGFjay5hcGkudjIuSW1hZ2UiRQoaSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVzcG9uc2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSL/AgoFSW1hZ2USFwoCaWQYASABKAlCC7pICHIGwLOusQIBEiUKBG1ldGEYAiABKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5NZXRhEhgKA3VybBgDIAEoCUILukgIcgbgs66xAgESHgoEbmFtZRgEIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgFIAEoCUILukgIcgbIs66xAgFIAYgBARJCCghmZWF0dXJlcxgGIAMoDjIfLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlRmVhdHVyZUIPukgMkgEJGAEiBYIBAhABEkgKDmNsYXNzaWZpY2F0aW9uGAcgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAESLgoKZXhwaXJlc19hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uIkYKCkltYWdlVXNhZ2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZRIPCgd1c2VkX2J5GAIgAygJIvQDCgpJbWFnZVF1ZXJ5EhwKAmlkGAEgASgJQgu6SAhyBsCzrrECAUgAiAEBEhsKAm9zGAIgASgJQgq6SAdyBRACGIABSAGIAQESIAoHdmVyc2lvbhgDIAEoCUIKukgHcgUQARiAAUgCiAEBEh4KBG5hbWUYBCABKAlCC7pICHIGwLOusQIBSAOIAQESJQoLZGVzY3JpcHRpb24YBSABKAlCC7pICHIGyLOusQIBSASIAQESHQoDdXJsGAYgASgJQgu6SAhyBuCzrrECAUgFiAEBEj8KB2ZlYXR1cmUYByABKA4yHy5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUZlYXR1cmVCCLpIBYIBAhABSAaIAQESTQoOY2xhc3NpZmljYXRpb24YCCABKA4yJi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUNsYXNzaWZpY2F0aW9uQgi6SAWCAQIQAUgHiAEBEi4KBmxhYmVscxgJIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLkxhYmVsc0gIiAEBQgUKA19pZEIFCgNfb3NCCgoIX3ZlcnNpb25CBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uQgYKBF91cmxCCgoIX2ZlYXR1cmVCEQoPX2NsYXNzaWZpY2F0aW9uQgkKB19sYWJlbHMqfwoMSW1hZ2VGZWF0dXJlEh0KGUlNQUdFX0ZFQVRVUkVfVU5TUEVDSUZJRUQQABImChVJTUFHRV9GRUFUVVJFX01BQ0hJTkUQARoLgrIZB21hY2hpbmUSKAoWSU1BR0VfRkVBVFVSRV9GSVJFV0FMTBACGgyCshkIZmlyZXdhbGwq0gEKE0ltYWdlQ2xhc3NpZmljYXRpb24SJAogSU1BR0VfQ0xBU1NJRklDQVRJT05fVU5TUEVDSUZJRUQQABItChxJTUFHRV9DTEFTU0lGSUNBVElPTl9QUkVWSUVXEAEaC4KyGQdwcmV2aWV3EjEKHklNQUdFX0NMQVNTSUZJQ0FUSU9OX1NVUFBPUlRFRBACGg2CshkJc3VwcG9ydGVkEjMKH0lNQUdFX0NMQVNTSUZJQ0FUSU9OX0RFUFJFQ0FURUQQAxoOgrIZCmRlcHJlY2F0ZWQy0gIKDEltYWdlU2VydmljZRJmCgNHZXQSKS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VHZXRSZXF1ZXN0GioubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGALg8xgCEmkKBExpc3QSKi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VMaXN0UmVxdWVzdBorLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxpc3RSZXNwb25zZSII2PMYAuDzGAISbwoGTGF0ZXN0EiwubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVxdWVzdBotLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxhdGVzdFJlc3BvbnNlIgjY8xgC4PMYAkLAAQoVY29tLm1ldGFsc3RhY2suYXBpLnYyQgpJbWFnZVByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_timestamp, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules]);
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* ImageServiceGetRequest is the request payload for
|
|
22
|
+
* ImageServiceGetRequest is the request payload for an image get request
|
|
23
23
|
*
|
|
24
24
|
* @generated from message metalstack.api.v2.ImageServiceGetRequest
|
|
25
25
|
*/
|
|
@@ -40,7 +40,7 @@ export const ImageServiceGetRequestSchema: GenMessage<ImageServiceGetRequest> =
|
|
|
40
40
|
messageDesc(file_metalstack_api_v2_image, 0);
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
|
-
* ImageServiceListRequest is the request payload for
|
|
43
|
+
* ImageServiceListRequest is the request payload for an image list request
|
|
44
44
|
*
|
|
45
45
|
* @generated from message metalstack.api.v2.ImageServiceListRequest
|
|
46
46
|
*/
|
|
@@ -61,7 +61,7 @@ export const ImageServiceListRequestSchema: GenMessage<ImageServiceListRequest>
|
|
|
61
61
|
messageDesc(file_metalstack_api_v2_image, 1);
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
|
-
* ImageServiceLatestRequest is the request payload for
|
|
64
|
+
* ImageServiceLatestRequest is the request payload for an image latest request
|
|
65
65
|
*
|
|
66
66
|
* @generated from message metalstack.api.v2.ImageServiceLatestRequest
|
|
67
67
|
*/
|
|
@@ -90,7 +90,7 @@ export const ImageServiceLatestRequestSchema: GenMessage<ImageServiceLatestReque
|
|
|
90
90
|
messageDesc(file_metalstack_api_v2_image, 2);
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
|
-
* ImageServiceGetResponse is the response payload for
|
|
93
|
+
* ImageServiceGetResponse is the response payload for an image get request
|
|
94
94
|
*
|
|
95
95
|
* @generated from message metalstack.api.v2.ImageServiceGetResponse
|
|
96
96
|
*/
|
|
@@ -111,7 +111,7 @@ export const ImageServiceGetResponseSchema: GenMessage<ImageServiceGetResponse>
|
|
|
111
111
|
messageDesc(file_metalstack_api_v2_image, 3);
|
|
112
112
|
|
|
113
113
|
/**
|
|
114
|
-
* ImageServiceListResponse is the response payload for
|
|
114
|
+
* ImageServiceListResponse is the response payload for an image list request
|
|
115
115
|
*
|
|
116
116
|
* @generated from message metalstack.api.v2.ImageServiceListResponse
|
|
117
117
|
*/
|
|
@@ -132,7 +132,7 @@ export const ImageServiceListResponseSchema: GenMessage<ImageServiceListResponse
|
|
|
132
132
|
messageDesc(file_metalstack_api_v2_image, 4);
|
|
133
133
|
|
|
134
134
|
/**
|
|
135
|
-
* ImageServiceLatestResponse is the response payload for
|
|
135
|
+
* ImageServiceLatestResponse is the response payload for an image latest request
|
|
136
136
|
*
|
|
137
137
|
* @generated from message metalstack.api.v2.ImageServiceLatestResponse
|
|
138
138
|
*/
|