@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.
- package/js/metalstack/admin/v2/audit_pb.d.ts +8 -8
- package/js/metalstack/admin/v2/audit_pb.js +1 -1
- package/js/metalstack/admin/v2/audit_pb.ts +8 -8
- package/js/metalstack/admin/v2/component_pb.d.ts +14 -14
- package/js/metalstack/admin/v2/component_pb.js +1 -1
- package/js/metalstack/admin/v2/component_pb.ts +14 -14
- package/js/metalstack/admin/v2/filesystem_pb.d.ts +15 -15
- package/js/metalstack/admin/v2/filesystem_pb.js +1 -1
- package/js/metalstack/admin/v2/filesystem_pb.ts +15 -15
- package/js/metalstack/admin/v2/image_pb.d.ts +20 -20
- package/js/metalstack/admin/v2/image_pb.js +1 -1
- package/js/metalstack/admin/v2/image_pb.ts +20 -20
- package/js/metalstack/admin/v2/ip_pb.d.ts +6 -6
- package/js/metalstack/admin/v2/ip_pb.js +1 -1
- package/js/metalstack/admin/v2/ip_pb.ts +6 -6
- package/js/metalstack/admin/v2/machine_pb.d.ts +10 -10
- package/js/metalstack/admin/v2/machine_pb.js +1 -1
- package/js/metalstack/admin/v2/machine_pb.ts +10 -10
- package/js/metalstack/admin/v2/network_pb.d.ts +25 -25
- package/js/metalstack/admin/v2/network_pb.js +1 -1
- package/js/metalstack/admin/v2/network_pb.ts +25 -25
- package/js/metalstack/admin/v2/partition_pb.d.ts +10 -11
- package/js/metalstack/admin/v2/partition_pb.js +2 -2
- package/js/metalstack/admin/v2/partition_pb.ts +11 -12
- package/js/metalstack/admin/v2/project_pb.d.ts +7 -7
- package/js/metalstack/admin/v2/project_pb.js +1 -1
- package/js/metalstack/admin/v2/project_pb.ts +7 -7
- package/js/metalstack/admin/v2/size_imageconstraint_pb.d.ts +21 -21
- package/js/metalstack/admin/v2/size_imageconstraint_pb.js +1 -1
- package/js/metalstack/admin/v2/size_imageconstraint_pb.ts +21 -21
- package/js/metalstack/admin/v2/size_pb.d.ts +13 -13
- package/js/metalstack/admin/v2/size_pb.js +1 -1
- package/js/metalstack/admin/v2/size_pb.ts +13 -13
- package/js/metalstack/admin/v2/size_reservation_pb.d.ts +17 -17
- package/js/metalstack/admin/v2/size_reservation_pb.js +1 -1
- package/js/metalstack/admin/v2/size_reservation_pb.ts +17 -17
- package/js/metalstack/admin/v2/switch_pb.d.ts +51 -51
- package/js/metalstack/admin/v2/switch_pb.js +1 -1
- package/js/metalstack/admin/v2/switch_pb.ts +51 -51
- package/js/metalstack/admin/v2/task_pb.d.ts +58 -58
- package/js/metalstack/admin/v2/task_pb.js +10 -10
- package/js/metalstack/admin/v2/task_pb.ts +58 -58
- package/js/metalstack/admin/v2/tenant_pb.d.ts +14 -14
- package/js/metalstack/admin/v2/tenant_pb.js +1 -1
- package/js/metalstack/admin/v2/tenant_pb.ts +14 -14
- package/js/metalstack/admin/v2/token_pb.d.ts +13 -13
- package/js/metalstack/admin/v2/token_pb.js +1 -1
- package/js/metalstack/admin/v2/token_pb.ts +13 -13
- package/js/metalstack/admin/v2/vpn_pb.d.ts +20 -20
- package/js/metalstack/admin/v2/vpn_pb.js +1 -1
- package/js/metalstack/admin/v2/vpn_pb.ts +20 -20
- package/js/metalstack/api/v2/audit_pb.d.ts +14 -14
- package/js/metalstack/api/v2/audit_pb.js +3 -3
- package/js/metalstack/api/v2/audit_pb.ts +14 -14
- package/js/metalstack/api/v2/common_pb.d.ts +2 -2
- package/js/metalstack/api/v2/common_pb.js +4 -3
- package/js/metalstack/api/v2/common_pb.ts +4 -3
- package/js/metalstack/api/v2/filesystem_pb.d.ts +4 -4
- package/js/metalstack/api/v2/filesystem_pb.js +2 -2
- package/js/metalstack/api/v2/filesystem_pb.ts +5 -5
- package/js/metalstack/api/v2/health_pb.d.ts +20 -20
- package/js/metalstack/api/v2/health_pb.js +9 -9
- package/js/metalstack/api/v2/health_pb.ts +20 -20
- package/js/metalstack/api/v2/image_pb.d.ts +10 -4
- package/js/metalstack/api/v2/image_pb.js +2 -2
- package/js/metalstack/api/v2/image_pb.ts +12 -5
- package/js/metalstack/api/v2/ip_pb.d.ts +6 -6
- package/js/metalstack/api/v2/ip_pb.js +1 -1
- package/js/metalstack/api/v2/ip_pb.ts +6 -6
- package/js/metalstack/api/v2/machine_pb.d.ts +35 -58
- package/js/metalstack/api/v2/machine_pb.js +33 -38
- package/js/metalstack/api/v2/machine_pb.ts +63 -91
- package/js/metalstack/api/v2/method_pb.d.ts +11 -11
- package/js/metalstack/api/v2/method_pb.js +3 -3
- package/js/metalstack/api/v2/method_pb.ts +12 -12
- package/js/metalstack/api/v2/network_pb.d.ts +7 -7
- package/js/metalstack/api/v2/network_pb.js +1 -1
- package/js/metalstack/api/v2/network_pb.ts +7 -7
- package/js/metalstack/api/v2/partition_pb.d.ts +3 -3
- package/js/metalstack/api/v2/partition_pb.js +2 -2
- package/js/metalstack/api/v2/partition_pb.ts +4 -4
- package/js/metalstack/api/v2/predefined_rules_pb.d.ts +22 -4
- package/js/metalstack/api/v2/predefined_rules_pb.js +23 -5
- package/js/metalstack/api/v2/predefined_rules_pb.ts +30 -6
- package/js/metalstack/api/v2/project_pb.d.ts +3 -3
- package/js/metalstack/api/v2/project_pb.js +2 -2
- package/js/metalstack/api/v2/project_pb.ts +4 -4
- package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +2 -2
- package/js/metalstack/api/v2/size_imageconstraint_pb.js +2 -2
- package/js/metalstack/api/v2/size_imageconstraint_pb.ts +3 -3
- package/js/metalstack/api/v2/size_pb.d.ts +3 -3
- package/js/metalstack/api/v2/size_pb.js +2 -2
- package/js/metalstack/api/v2/size_pb.ts +4 -4
- package/js/metalstack/api/v2/size_reservation_pb.d.ts +3 -3
- package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
- package/js/metalstack/api/v2/size_reservation_pb.ts +3 -3
- package/js/metalstack/api/v2/tenant_pb.d.ts +3 -3
- package/js/metalstack/api/v2/tenant_pb.js +2 -2
- package/js/metalstack/api/v2/tenant_pb.ts +4 -4
- package/js/metalstack/api/v2/token_pb.d.ts +7 -7
- package/js/metalstack/api/v2/token_pb.js +2 -2
- package/js/metalstack/api/v2/token_pb.ts +8 -8
- package/js/metalstack/api/v2/user_pb.d.ts +7 -7
- package/js/metalstack/api/v2/user_pb.js +2 -2
- package/js/metalstack/api/v2/user_pb.ts +8 -8
- package/js/metalstack/api/v2/version_pb.d.ts +6 -6
- package/js/metalstack/api/v2/version_pb.js +1 -1
- package/js/metalstack/api/v2/version_pb.ts +6 -6
- package/js/metalstack/api/v2/vpn_pb.d.ts +4 -4
- package/js/metalstack/api/v2/vpn_pb.ts +4 -4
- package/js/metalstack/infra/v2/bmc_pb.d.ts +19 -19
- package/js/metalstack/infra/v2/bmc_pb.js +1 -1
- package/js/metalstack/infra/v2/bmc_pb.ts +19 -19
- package/js/metalstack/infra/v2/boot_pb.d.ts +7 -7
- package/js/metalstack/infra/v2/boot_pb.js +1 -1
- package/js/metalstack/infra/v2/boot_pb.ts +7 -7
- package/js/metalstack/infra/v2/component_pb.d.ts +7 -10
- package/js/metalstack/infra/v2/component_pb.js +1 -1
- package/js/metalstack/infra/v2/component_pb.ts +7 -10
- package/js/metalstack/infra/v2/event_pb.d.ts +22 -22
- package/js/metalstack/infra/v2/event_pb.js +13 -13
- package/js/metalstack/infra/v2/event_pb.ts +22 -22
- package/js/metalstack/infra/v2/switch_pb.d.ts +22 -22
- package/js/metalstack/infra/v2/switch_pb.js +1 -1
- package/js/metalstack/infra/v2/switch_pb.ts +22 -22
- package/package.json +1 -1
|
@@ -14,13 +14,13 @@ export const file_metalstack_api_v2_health: GenFile = /*@__PURE__*/
|
|
|
14
14
|
fileDesc("Ch5tZXRhbHN0YWNrL2FwaS92Mi9oZWFsdGgucHJvdG8SEW1ldGFsc3RhY2suYXBpLnYyIjsKBkhlYWx0aBIxCghzZXJ2aWNlcxgBIAMoCzIfLm1ldGFsc3RhY2suYXBpLnYyLkhlYWx0aFN0YXR1cyKXAgoMSGVhbHRoU3RhdHVzEigKBG5hbWUYASABKA4yGi5tZXRhbHN0YWNrLmFwaS52Mi5TZXJ2aWNlEjAKBnN0YXR1cxgCIAEoDjIgLm1ldGFsc3RhY2suYXBpLnYyLlNlcnZpY2VTdGF0dXMSDwoHbWVzc2FnZRgDIAEoCRJDCgpwYXJ0aXRpb25zGAQgAygLMi8ubWV0YWxzdGFjay5hcGkudjIuSGVhbHRoU3RhdHVzLlBhcnRpdGlvbnNFbnRyeRpVCg9QYXJ0aXRpb25zRW50cnkSCwoDa2V5GAEgASgJEjEKBXZhbHVlGAIgASgLMiIubWV0YWxzdGFjay5hcGkudjIuUGFydGl0aW9uSGVhbHRoOgI4ASJUCg9QYXJ0aXRpb25IZWFsdGgSMAoGc3RhdHVzGAEgASgOMiAubWV0YWxzdGFjay5hcGkudjIuU2VydmljZVN0YXR1cxIPCgdtZXNzYWdlGAIgASgJIhkKF0hlYWx0aFNlcnZpY2VHZXRSZXF1ZXN0IkUKGEhlYWx0aFNlcnZpY2VHZXRSZXNwb25zZRIpCgZoZWFsdGgYASABKAsyGS5tZXRhbHN0YWNrLmFwaS52Mi5IZWFsdGgqhgEKDVNlcnZpY2VTdGF0dXMSHgoaU0VSVklDRV9TVEFUVVNfVU5TUEVDSUZJRUQQABIbChdTRVJWSUNFX1NUQVRVU19ERUdSQURFRBABEhwKGFNFUlZJQ0VfU1RBVFVTX1VOSEVBTFRIWRACEhoKFlNFUlZJQ0VfU1RBVFVTX0hFQUxUSFkQAyqiAgoHU2VydmljZRIXChNTRVJWSUNFX1VOU1BFQ0lGSUVEEAASGgoMU0VSVklDRV9JUEFNEAEaCIKyGQRpcGFtEiIKD1NFUlZJQ0VfUkVUSElOSxACGg2CshkJcmV0aGlua2RiEiYKElNFUlZJQ0VfTUFTVEVSREFUQRADGg6CshkKbWFzdGVyZGF0YRIiChBTRVJWSUNFX01BQ0hJTkVTEAQaDIKyGQhtYWNoaW5lcxIcCg1TRVJWSUNFX0FVRElUEAUaCYKyGQVhdWRpdBIYCgtTRVJWSUNFX1ZQThAGGgeCshkDdnBuEhwKDVNFUlZJQ0VfUkVESVMQBxoJgrIZBXJlZGlzEhwKDVNFUlZJQ0VfVEFTS1MQCBoJgrIZBXRhc2tzMnkKDUhlYWx0aFNlcnZpY2USaAoDR2V0EioubWV0YWxzdGFjay5hcGkudjIuSGVhbHRoU2VydmljZUdldFJlcXVlc3QaKy5tZXRhbHN0YWNrLmFwaS52Mi5IZWFsdGhTZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGAHg8xgCQsEBChVjb20ubWV0YWxzdGFjay5hcGkudjJCC0hlYWx0aFByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_metalstack_api_v2_common]);
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
|
-
* Health reports the health status of all services
|
|
17
|
+
* Health reports the health status of all services.
|
|
18
18
|
*
|
|
19
19
|
* @generated from message metalstack.api.v2.Health
|
|
20
20
|
*/
|
|
21
21
|
export type Health = Message<"metalstack.api.v2.Health"> & {
|
|
22
22
|
/**
|
|
23
|
-
* Services the health of all individual services
|
|
23
|
+
* Services contains the health of all individual services
|
|
24
24
|
*
|
|
25
25
|
* @generated from field: repeated metalstack.api.v2.HealthStatus services = 1;
|
|
26
26
|
*/
|
|
@@ -35,20 +35,20 @@ export const HealthSchema: GenMessage<Health> = /*@__PURE__*/
|
|
|
35
35
|
messageDesc(file_metalstack_api_v2_health, 0);
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
|
-
* HealthStatus the health of one service
|
|
38
|
+
* HealthStatus represents the health status of one service.
|
|
39
39
|
*
|
|
40
40
|
* @generated from message metalstack.api.v2.HealthStatus
|
|
41
41
|
*/
|
|
42
42
|
export type HealthStatus = Message<"metalstack.api.v2.HealthStatus"> & {
|
|
43
43
|
/**
|
|
44
|
-
* Name the name of the service
|
|
44
|
+
* Name is the name of the service
|
|
45
45
|
*
|
|
46
46
|
* @generated from field: metalstack.api.v2.Service name = 1;
|
|
47
47
|
*/
|
|
48
48
|
name: Service;
|
|
49
49
|
|
|
50
50
|
/**
|
|
51
|
-
* Status the status of this service
|
|
51
|
+
* Status is the status of this service
|
|
52
52
|
*
|
|
53
53
|
* @generated from field: metalstack.api.v2.ServiceStatus status = 2;
|
|
54
54
|
*/
|
|
@@ -77,13 +77,13 @@ export const HealthStatusSchema: GenMessage<HealthStatus> = /*@__PURE__*/
|
|
|
77
77
|
messageDesc(file_metalstack_api_v2_health, 1);
|
|
78
78
|
|
|
79
79
|
/**
|
|
80
|
-
* PartitionHealth the status of a specific service in this partition
|
|
80
|
+
* PartitionHealth represents the status of a specific service in this partition.
|
|
81
81
|
*
|
|
82
82
|
* @generated from message metalstack.api.v2.PartitionHealth
|
|
83
83
|
*/
|
|
84
84
|
export type PartitionHealth = Message<"metalstack.api.v2.PartitionHealth"> & {
|
|
85
85
|
/**
|
|
86
|
-
* Status the health status of the service in this partition
|
|
86
|
+
* Status is the health status of the service in this partition
|
|
87
87
|
*
|
|
88
88
|
* @generated from field: metalstack.api.v2.ServiceStatus status = 1;
|
|
89
89
|
*/
|
|
@@ -105,7 +105,7 @@ export const PartitionHealthSchema: GenMessage<PartitionHealth> = /*@__PURE__*/
|
|
|
105
105
|
messageDesc(file_metalstack_api_v2_health, 2);
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
|
-
* HealthServiceGetRequest is request payload
|
|
108
|
+
* HealthServiceGetRequest is the request payload for getting the health of the system.
|
|
109
109
|
*
|
|
110
110
|
* @generated from message metalstack.api.v2.HealthServiceGetRequest
|
|
111
111
|
*/
|
|
@@ -120,13 +120,13 @@ export const HealthServiceGetRequestSchema: GenMessage<HealthServiceGetRequest>
|
|
|
120
120
|
messageDesc(file_metalstack_api_v2_health, 3);
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
123
|
+
* HealthServiceGetResponse is the response payload for getting the health of the system.
|
|
124
124
|
*
|
|
125
125
|
* @generated from message metalstack.api.v2.HealthServiceGetResponse
|
|
126
126
|
*/
|
|
127
127
|
export type HealthServiceGetResponse = Message<"metalstack.api.v2.HealthServiceGetResponse"> & {
|
|
128
128
|
/**
|
|
129
|
-
* Health
|
|
129
|
+
* Health contains the overall health of the system
|
|
130
130
|
*
|
|
131
131
|
* @generated from field: metalstack.api.v2.Health health = 1;
|
|
132
132
|
*/
|
|
@@ -141,7 +141,7 @@ export const HealthServiceGetResponseSchema: GenMessage<HealthServiceGetResponse
|
|
|
141
141
|
messageDesc(file_metalstack_api_v2_health, 4);
|
|
142
142
|
|
|
143
143
|
/**
|
|
144
|
-
* ServiceStatus defines the status of a service
|
|
144
|
+
* ServiceStatus defines the status of a service.
|
|
145
145
|
*
|
|
146
146
|
* @generated from enum metalstack.api.v2.ServiceStatus
|
|
147
147
|
*/
|
|
@@ -168,7 +168,7 @@ export enum ServiceStatus {
|
|
|
168
168
|
UNHEALTHY = 2,
|
|
169
169
|
|
|
170
170
|
/**
|
|
171
|
-
* SERVICE_STATUS_HEALTHY the service is in healthy status
|
|
171
|
+
* SERVICE_STATUS_HEALTHY the service is in healthy status, for example fully functional
|
|
172
172
|
*
|
|
173
173
|
* @generated from enum value: SERVICE_STATUS_HEALTHY = 3;
|
|
174
174
|
*/
|
|
@@ -182,7 +182,7 @@ export const ServiceStatusSchema: GenEnum<ServiceStatus> = /*@__PURE__*/
|
|
|
182
182
|
enumDesc(file_metalstack_api_v2_health, 0);
|
|
183
183
|
|
|
184
184
|
/**
|
|
185
|
-
* Service defines the service for which the
|
|
185
|
+
* Service defines the service for which the healthiness is reported.
|
|
186
186
|
*
|
|
187
187
|
* @generated from enum metalstack.api.v2.Service
|
|
188
188
|
*/
|
|
@@ -195,21 +195,21 @@ export enum Service {
|
|
|
195
195
|
UNSPECIFIED = 0,
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
|
-
* SERVICE_IPAM the
|
|
198
|
+
* SERVICE_IPAM the IPAM service
|
|
199
199
|
*
|
|
200
200
|
* @generated from enum value: SERVICE_IPAM = 1;
|
|
201
201
|
*/
|
|
202
202
|
IPAM = 1,
|
|
203
203
|
|
|
204
204
|
/**
|
|
205
|
-
* SERVICE_RETHINK the
|
|
205
|
+
* SERVICE_RETHINK the RethinkDB
|
|
206
206
|
*
|
|
207
207
|
* @generated from enum value: SERVICE_RETHINK = 2;
|
|
208
208
|
*/
|
|
209
209
|
RETHINK = 2,
|
|
210
210
|
|
|
211
211
|
/**
|
|
212
|
-
* SERVICE_MASTERDATA the masterdata
|
|
212
|
+
* SERVICE_MASTERDATA the masterdata API
|
|
213
213
|
*
|
|
214
214
|
* @generated from enum value: SERVICE_MASTERDATA = 3;
|
|
215
215
|
*/
|
|
@@ -230,14 +230,14 @@ export enum Service {
|
|
|
230
230
|
AUDIT = 5,
|
|
231
231
|
|
|
232
232
|
/**
|
|
233
|
-
* SERVICE_VPN the
|
|
233
|
+
* SERVICE_VPN the VPN service
|
|
234
234
|
*
|
|
235
235
|
* @generated from enum value: SERVICE_VPN = 6;
|
|
236
236
|
*/
|
|
237
237
|
VPN = 6,
|
|
238
238
|
|
|
239
239
|
/**
|
|
240
|
-
* SERVICE_REDIS the
|
|
240
|
+
* SERVICE_REDIS the Redis service
|
|
241
241
|
*
|
|
242
242
|
* @generated from enum value: SERVICE_REDIS = 7;
|
|
243
243
|
*/
|
|
@@ -258,13 +258,13 @@ export const ServiceSchema: GenEnum<Service> = /*@__PURE__*/
|
|
|
258
258
|
enumDesc(file_metalstack_api_v2_health, 1);
|
|
259
259
|
|
|
260
260
|
/**
|
|
261
|
-
* HealthService
|
|
261
|
+
* HealthService provides health status monitoring operations.
|
|
262
262
|
*
|
|
263
263
|
* @generated from service metalstack.api.v2.HealthService
|
|
264
264
|
*/
|
|
265
265
|
export const HealthService: GenService<{
|
|
266
266
|
/**
|
|
267
|
-
*
|
|
267
|
+
* Returns the health status of the platform.
|
|
268
268
|
*
|
|
269
269
|
* @generated from rpc metalstack.api.v2.HealthService.Get
|
|
270
270
|
*/
|
|
@@ -55,6 +55,12 @@ export type ImageServiceLatestRequest = Message<"metalstack.api.v2.ImageServiceL
|
|
|
55
55
|
* @generated from field: string os = 1;
|
|
56
56
|
*/
|
|
57
57
|
os: string;
|
|
58
|
+
/**
|
|
59
|
+
* Classification of the image latest image
|
|
60
|
+
*
|
|
61
|
+
* @generated from field: optional metalstack.api.v2.ImageClassification classification = 2;
|
|
62
|
+
*/
|
|
63
|
+
classification?: ImageClassification;
|
|
58
64
|
};
|
|
59
65
|
/**
|
|
60
66
|
* Describes the message metalstack.api.v2.ImageServiceLatestRequest.
|
|
@@ -330,13 +336,13 @@ export declare enum ImageClassification {
|
|
|
330
336
|
*/
|
|
331
337
|
export declare const ImageClassificationSchema: GenEnum<ImageClassification>;
|
|
332
338
|
/**
|
|
333
|
-
* ImageService
|
|
339
|
+
* ImageService provides image management operations.
|
|
334
340
|
*
|
|
335
341
|
* @generated from service metalstack.api.v2.ImageService
|
|
336
342
|
*/
|
|
337
343
|
export declare const ImageService: GenService<{
|
|
338
344
|
/**
|
|
339
|
-
*
|
|
345
|
+
* Returns the image with the specified ID.
|
|
340
346
|
*
|
|
341
347
|
* @generated from rpc metalstack.api.v2.ImageService.Get
|
|
342
348
|
*/
|
|
@@ -346,7 +352,7 @@ export declare const ImageService: GenService<{
|
|
|
346
352
|
output: typeof ImageServiceGetResponseSchema;
|
|
347
353
|
};
|
|
348
354
|
/**
|
|
349
|
-
*
|
|
355
|
+
* Returns the list of all images.
|
|
350
356
|
*
|
|
351
357
|
* @generated from rpc metalstack.api.v2.ImageService.List
|
|
352
358
|
*/
|
|
@@ -356,7 +362,7 @@ export declare const ImageService: GenService<{
|
|
|
356
362
|
output: typeof ImageServiceListResponseSchema;
|
|
357
363
|
};
|
|
358
364
|
/**
|
|
359
|
-
*
|
|
365
|
+
* Returns the latest image for a specific operating system.
|
|
360
366
|
*
|
|
361
367
|
* @generated from rpc metalstack.api.v2.ImageService.Latest
|
|
362
368
|
*/
|
|
@@ -9,7 +9,7 @@ import { file_metalstack_api_v2_predefined_rules } from "./predefined_rules_pb";
|
|
|
9
9
|
/**
|
|
10
10
|
* Describes the file metalstack/api/v2/image.proto.
|
|
11
11
|
*/
|
|
12
|
-
export const file_metalstack_api_v2_image = /*@__PURE__*/ fileDesc("
|
|
12
|
+
export const file_metalstack_api_v2_image = /*@__PURE__*/ fileDesc("Ch1tZXRhbHN0YWNrL2FwaS92Mi9pbWFnZS5wcm90bxIRbWV0YWxzdGFjay5hcGkudjIiMQoWSW1hZ2VTZXJ2aWNlR2V0UmVxdWVzdBIXCgJpZBgBIAEoCUILukgIcgbAs66xAgEiRwoXSW1hZ2VTZXJ2aWNlTGlzdFJlcXVlc3QSLAoFcXVlcnkYASABKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVF1ZXJ5IokBChlJbWFnZVNlcnZpY2VMYXRlc3RSZXF1ZXN0EgoKAm9zGAEgASgJEk0KDmNsYXNzaWZpY2F0aW9uGAIgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAFIAIgBAUIRCg9fY2xhc3NpZmljYXRpb24iQgoXSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSJEChhJbWFnZVNlcnZpY2VMaXN0UmVzcG9uc2USKAoGaW1hZ2VzGAEgAygLMhgubWV0YWxzdGFjay5hcGkudjIuSW1hZ2UiRQoaSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVzcG9uc2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSL/AgoFSW1hZ2USFwoCaWQYASABKAlCC7pICHIGwLOusQIBEiUKBG1ldGEYAiABKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5NZXRhEhgKA3VybBgDIAEoCUILukgIcgbgs66xAgESHgoEbmFtZRgEIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgFIAEoCUILukgIcgbIs66xAgFIAYgBARJCCghmZWF0dXJlcxgGIAMoDjIfLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlRmVhdHVyZUIPukgMkgEJGAEiBYIBAhABEkgKDmNsYXNzaWZpY2F0aW9uGAcgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAESLgoKZXhwaXJlc19hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uIkYKCkltYWdlVXNhZ2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZRIPCgd1c2VkX2J5GAIgAygJIvQDCgpJbWFnZVF1ZXJ5EhwKAmlkGAEgASgJQgu6SAhyBsCzrrECAUgAiAEBEhsKAm9zGAIgASgJQgq6SAdyBRACGIABSAGIAQESIAoHdmVyc2lvbhgDIAEoCUIKukgHcgUQARiAAUgCiAEBEh4KBG5hbWUYBCABKAlCC7pICHIGwLOusQIBSAOIAQESJQoLZGVzY3JpcHRpb24YBSABKAlCC7pICHIGyLOusQIBSASIAQESHQoDdXJsGAYgASgJQgu6SAhyBuCzrrECAUgFiAEBEj8KB2ZlYXR1cmUYByABKA4yHy5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUZlYXR1cmVCCLpIBYIBAhABSAaIAQESTQoOY2xhc3NpZmljYXRpb24YCCABKA4yJi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUNsYXNzaWZpY2F0aW9uQgi6SAWCAQIQAUgHiAEBEi4KBmxhYmVscxgJIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLkxhYmVsc0gIiAEBQgUKA19pZEIFCgNfb3NCCgoIX3ZlcnNpb25CBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uQgYKBF91cmxCCgoIX2ZlYXR1cmVCEQoPX2NsYXNzaWZpY2F0aW9uQgkKB19sYWJlbHMqfwoMSW1hZ2VGZWF0dXJlEh0KGUlNQUdFX0ZFQVRVUkVfVU5TUEVDSUZJRUQQABImChVJTUFHRV9GRUFUVVJFX01BQ0hJTkUQARoLgrIZB21hY2hpbmUSKAoWSU1BR0VfRkVBVFVSRV9GSVJFV0FMTBACGgyCshkIZmlyZXdhbGwq0gEKE0ltYWdlQ2xhc3NpZmljYXRpb24SJAogSU1BR0VfQ0xBU1NJRklDQVRJT05fVU5TUEVDSUZJRUQQABItChxJTUFHRV9DTEFTU0lGSUNBVElPTl9QUkVWSUVXEAEaC4KyGQdwcmV2aWV3EjEKHklNQUdFX0NMQVNTSUZJQ0FUSU9OX1NVUFBPUlRFRBACGg2CshkJc3VwcG9ydGVkEjMKH0lNQUdFX0NMQVNTSUZJQ0FUSU9OX0RFUFJFQ0FURUQQAxoOgrIZCmRlcHJlY2F0ZWQy0gIKDEltYWdlU2VydmljZRJmCgNHZXQSKS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VHZXRSZXF1ZXN0GioubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGALg8xgCEmkKBExpc3QSKi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VMaXN0UmVxdWVzdBorLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxpc3RSZXNwb25zZSII2PMYAuDzGAISbwoGTGF0ZXN0EiwubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVxdWVzdBotLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxhdGVzdFJlc3BvbnNlIgjY8xgC4PMYAkLAAQoVY29tLm1ldGFsc3RhY2suYXBpLnYyQgpJbWFnZVByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_timestamp, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules]);
|
|
13
13
|
/**
|
|
14
14
|
* Describes the message metalstack.api.v2.ImageServiceGetRequest.
|
|
15
15
|
* Use `create(ImageServiceGetRequestSchema)` to create a new message.
|
|
@@ -122,7 +122,7 @@ export var ImageClassification;
|
|
|
122
122
|
*/
|
|
123
123
|
export const ImageClassificationSchema = /*@__PURE__*/ enumDesc(file_metalstack_api_v2_image, 1);
|
|
124
124
|
/**
|
|
125
|
-
* ImageService
|
|
125
|
+
* ImageService provides image management operations.
|
|
126
126
|
*
|
|
127
127
|
* @generated from service metalstack.api.v2.ImageService
|
|
128
128
|
*/
|
|
@@ -16,7 +16,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
16
16
|
* Describes the file metalstack/api/v2/image.proto.
|
|
17
17
|
*/
|
|
18
18
|
export const file_metalstack_api_v2_image: GenFile = /*@__PURE__*/
|
|
19
|
-
fileDesc("
|
|
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
22
|
* ImageServiceGetRequest is the request payload for a image get request
|
|
@@ -73,6 +73,13 @@ export type ImageServiceLatestRequest = Message<"metalstack.api.v2.ImageServiceL
|
|
|
73
73
|
* @generated from field: string os = 1;
|
|
74
74
|
*/
|
|
75
75
|
os: string;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Classification of the image latest image
|
|
79
|
+
*
|
|
80
|
+
* @generated from field: optional metalstack.api.v2.ImageClassification classification = 2;
|
|
81
|
+
*/
|
|
82
|
+
classification?: ImageClassification;
|
|
76
83
|
};
|
|
77
84
|
|
|
78
85
|
/**
|
|
@@ -396,13 +403,13 @@ export const ImageClassificationSchema: GenEnum<ImageClassification> = /*@__PURE
|
|
|
396
403
|
enumDesc(file_metalstack_api_v2_image, 1);
|
|
397
404
|
|
|
398
405
|
/**
|
|
399
|
-
* ImageService
|
|
406
|
+
* ImageService provides image management operations.
|
|
400
407
|
*
|
|
401
408
|
* @generated from service metalstack.api.v2.ImageService
|
|
402
409
|
*/
|
|
403
410
|
export const ImageService: GenService<{
|
|
404
411
|
/**
|
|
405
|
-
*
|
|
412
|
+
* Returns the image with the specified ID.
|
|
406
413
|
*
|
|
407
414
|
* @generated from rpc metalstack.api.v2.ImageService.Get
|
|
408
415
|
*/
|
|
@@ -412,7 +419,7 @@ export const ImageService: GenService<{
|
|
|
412
419
|
output: typeof ImageServiceGetResponseSchema;
|
|
413
420
|
},
|
|
414
421
|
/**
|
|
415
|
-
*
|
|
422
|
+
* Returns the list of all images.
|
|
416
423
|
*
|
|
417
424
|
* @generated from rpc metalstack.api.v2.ImageService.List
|
|
418
425
|
*/
|
|
@@ -422,7 +429,7 @@ export const ImageService: GenService<{
|
|
|
422
429
|
output: typeof ImageServiceListResponseSchema;
|
|
423
430
|
},
|
|
424
431
|
/**
|
|
425
|
-
*
|
|
432
|
+
* Returns the latest image for a specific operating system.
|
|
426
433
|
*
|
|
427
434
|
* @generated from rpc metalstack.api.v2.ImageService.Latest
|
|
428
435
|
*/
|
|
@@ -497,13 +497,13 @@ export declare enum IPAddressFamily {
|
|
|
497
497
|
*/
|
|
498
498
|
export declare const IPAddressFamilySchema: GenEnum<IPAddressFamily>;
|
|
499
499
|
/**
|
|
500
|
-
* IPService
|
|
500
|
+
* IPService provides IP address management operations.
|
|
501
501
|
*
|
|
502
502
|
* @generated from service metalstack.api.v2.IPService
|
|
503
503
|
*/
|
|
504
504
|
export declare const IPService: GenService<{
|
|
505
505
|
/**
|
|
506
|
-
*
|
|
506
|
+
* Returns the IP address with the specified IP.
|
|
507
507
|
*
|
|
508
508
|
* @generated from rpc metalstack.api.v2.IPService.Get
|
|
509
509
|
*/
|
|
@@ -513,7 +513,7 @@ export declare const IPService: GenService<{
|
|
|
513
513
|
output: typeof IPServiceGetResponseSchema;
|
|
514
514
|
};
|
|
515
515
|
/**
|
|
516
|
-
*
|
|
516
|
+
* Creates a new IP address.
|
|
517
517
|
*
|
|
518
518
|
* @generated from rpc metalstack.api.v2.IPService.Create
|
|
519
519
|
*/
|
|
@@ -523,7 +523,7 @@ export declare const IPService: GenService<{
|
|
|
523
523
|
output: typeof IPServiceCreateResponseSchema;
|
|
524
524
|
};
|
|
525
525
|
/**
|
|
526
|
-
*
|
|
526
|
+
* Updates an IP address.
|
|
527
527
|
*
|
|
528
528
|
* @generated from rpc metalstack.api.v2.IPService.Update
|
|
529
529
|
*/
|
|
@@ -533,7 +533,7 @@ export declare const IPService: GenService<{
|
|
|
533
533
|
output: typeof IPServiceUpdateResponseSchema;
|
|
534
534
|
};
|
|
535
535
|
/**
|
|
536
|
-
*
|
|
536
|
+
* Returns the list of all IP addresses.
|
|
537
537
|
*
|
|
538
538
|
* @generated from rpc metalstack.api.v2.IPService.List
|
|
539
539
|
*/
|
|
@@ -543,7 +543,7 @@ export declare const IPService: GenService<{
|
|
|
543
543
|
output: typeof IPServiceListResponseSchema;
|
|
544
544
|
};
|
|
545
545
|
/**
|
|
546
|
-
*
|
|
546
|
+
* Deletes an IP address.
|
|
547
547
|
*
|
|
548
548
|
* @generated from rpc metalstack.api.v2.IPService.Delete
|
|
549
549
|
*/
|
|
@@ -130,7 +130,7 @@ export var IPAddressFamily;
|
|
|
130
130
|
*/
|
|
131
131
|
export const IPAddressFamilySchema = /*@__PURE__*/ enumDesc(file_metalstack_api_v2_ip, 1);
|
|
132
132
|
/**
|
|
133
|
-
* IPService
|
|
133
|
+
* IPService provides IP address management operations.
|
|
134
134
|
*
|
|
135
135
|
* @generated from service metalstack.api.v2.IPService
|
|
136
136
|
*/
|
|
@@ -590,13 +590,13 @@ export const IPAddressFamilySchema: GenEnum<IPAddressFamily> = /*@__PURE__*/
|
|
|
590
590
|
enumDesc(file_metalstack_api_v2_ip, 1);
|
|
591
591
|
|
|
592
592
|
/**
|
|
593
|
-
* IPService
|
|
593
|
+
* IPService provides IP address management operations.
|
|
594
594
|
*
|
|
595
595
|
* @generated from service metalstack.api.v2.IPService
|
|
596
596
|
*/
|
|
597
597
|
export const IPService: GenService<{
|
|
598
598
|
/**
|
|
599
|
-
*
|
|
599
|
+
* Returns the IP address with the specified IP.
|
|
600
600
|
*
|
|
601
601
|
* @generated from rpc metalstack.api.v2.IPService.Get
|
|
602
602
|
*/
|
|
@@ -606,7 +606,7 @@ export const IPService: GenService<{
|
|
|
606
606
|
output: typeof IPServiceGetResponseSchema;
|
|
607
607
|
},
|
|
608
608
|
/**
|
|
609
|
-
*
|
|
609
|
+
* Creates a new IP address.
|
|
610
610
|
*
|
|
611
611
|
* @generated from rpc metalstack.api.v2.IPService.Create
|
|
612
612
|
*/
|
|
@@ -616,7 +616,7 @@ export const IPService: GenService<{
|
|
|
616
616
|
output: typeof IPServiceCreateResponseSchema;
|
|
617
617
|
},
|
|
618
618
|
/**
|
|
619
|
-
*
|
|
619
|
+
* Updates an IP address.
|
|
620
620
|
*
|
|
621
621
|
* @generated from rpc metalstack.api.v2.IPService.Update
|
|
622
622
|
*/
|
|
@@ -626,7 +626,7 @@ export const IPService: GenService<{
|
|
|
626
626
|
output: typeof IPServiceUpdateResponseSchema;
|
|
627
627
|
},
|
|
628
628
|
/**
|
|
629
|
-
*
|
|
629
|
+
* Returns the list of all IP addresses.
|
|
630
630
|
*
|
|
631
631
|
* @generated from rpc metalstack.api.v2.IPService.List
|
|
632
632
|
*/
|
|
@@ -636,7 +636,7 @@ export const IPService: GenService<{
|
|
|
636
636
|
output: typeof IPServiceListResponseSchema;
|
|
637
637
|
},
|
|
638
638
|
/**
|
|
639
|
-
*
|
|
639
|
+
* Deletes an IP address.
|
|
640
640
|
*
|
|
641
641
|
* @generated from rpc metalstack.api.v2.IPService.Delete
|
|
642
642
|
*/
|
|
@@ -67,7 +67,8 @@ export type MachineServiceCreateRequest = Message<"metalstack.api.v2.MachineServ
|
|
|
67
67
|
project: string;
|
|
68
68
|
/**
|
|
69
69
|
* UUID if this field is set, this specific machine will be allocated if it is not in available state and not currently allocated.
|
|
70
|
-
* this field overrules size and partition
|
|
70
|
+
* this field overrules size and partition.
|
|
71
|
+
* Can only be used with ADMIN_ROLE_EDITOR
|
|
71
72
|
*
|
|
72
73
|
* @generated from field: optional string uuid = 2;
|
|
73
74
|
*/
|
|
@@ -91,19 +92,25 @@ export type MachineServiceCreateRequest = Message<"metalstack.api.v2.MachineServ
|
|
|
91
92
|
*/
|
|
92
93
|
hostname?: string;
|
|
93
94
|
/**
|
|
94
|
-
* Partition the partition id to assign this machine to
|
|
95
|
+
* Partition the partition id to assign this machine to, must be omitted if uuid is given
|
|
95
96
|
*
|
|
96
|
-
* @generated from field: string partition = 6;
|
|
97
|
+
* @generated from field: optional string partition = 6;
|
|
97
98
|
*/
|
|
98
|
-
partition
|
|
99
|
+
partition?: string;
|
|
99
100
|
/**
|
|
100
|
-
* Size of the machine to create
|
|
101
|
+
* Size of the machine to create, must be omitted if uuid is given
|
|
101
102
|
*
|
|
102
|
-
* @generated from field: string size = 7;
|
|
103
|
+
* @generated from field: optional string size = 7;
|
|
103
104
|
*/
|
|
104
|
-
size
|
|
105
|
+
size?: string;
|
|
105
106
|
/**
|
|
106
107
|
* Image which should be installed on this machine
|
|
108
|
+
* The image can be specified either in the fully qualified form, e.g. including os, major, minor and patch
|
|
109
|
+
* - debian-13.0.20260402
|
|
110
|
+
* or in a simplified form which omits the patch version
|
|
111
|
+
* - debian-13.0
|
|
112
|
+
* If the fully qualified form is specified, exactly this image is taken regardless of the image classification
|
|
113
|
+
* if the short form is given, only the most recent images which has image classification supported is used.
|
|
107
114
|
*
|
|
108
115
|
* @generated from field: string image = 8;
|
|
109
116
|
*/
|
|
@@ -141,41 +148,35 @@ export type MachineServiceCreateRequest = Message<"metalstack.api.v2.MachineServ
|
|
|
141
148
|
* @generated from field: repeated metalstack.api.v2.MachineAllocationNetwork networks = 13;
|
|
142
149
|
*/
|
|
143
150
|
networks: MachineAllocationNetwork[];
|
|
144
|
-
/**
|
|
145
|
-
* IPs to to attach to this machine additionally
|
|
146
|
-
*
|
|
147
|
-
* @generated from field: repeated metalstack.api.v2.MachineAllocationIp ips = 14;
|
|
148
|
-
*/
|
|
149
|
-
ips: MachineAllocationIp[];
|
|
150
151
|
/**
|
|
151
152
|
* PlacementTags by default machines are spread across the racks inside a partition for every project.
|
|
152
153
|
* if placement tags are provided, the machine candidate has an additional anti-affinity to other machines having the same tags
|
|
153
154
|
*
|
|
154
|
-
* @generated from field: repeated string placement_tags =
|
|
155
|
+
* @generated from field: repeated string placement_tags = 14;
|
|
155
156
|
*/
|
|
156
157
|
placementTags: string[];
|
|
157
158
|
/**
|
|
158
159
|
* DNSServer the dns servers used for the machine
|
|
159
160
|
*
|
|
160
|
-
* @generated from field: repeated metalstack.api.v2.DNSServer dns_servers =
|
|
161
|
+
* @generated from field: repeated metalstack.api.v2.DNSServer dns_servers = 15;
|
|
161
162
|
*/
|
|
162
163
|
dnsServers: DNSServer[];
|
|
163
164
|
/**
|
|
164
165
|
* NTPServer the ntp servers used for the machine
|
|
165
166
|
*
|
|
166
|
-
* @generated from field: repeated metalstack.api.v2.NTPServer ntp_servers =
|
|
167
|
+
* @generated from field: repeated metalstack.api.v2.NTPServer ntp_servers = 16;
|
|
167
168
|
*/
|
|
168
169
|
ntpServers: NTPServer[];
|
|
169
170
|
/**
|
|
170
171
|
* AllocationType of this machine
|
|
171
172
|
*
|
|
172
|
-
* @generated from field: metalstack.api.v2.MachineAllocationType allocation_type =
|
|
173
|
+
* @generated from field: metalstack.api.v2.MachineAllocationType allocation_type = 17;
|
|
173
174
|
*/
|
|
174
175
|
allocationType: MachineAllocationType;
|
|
175
176
|
/**
|
|
176
177
|
* FirewallSpec provides firewall specific parameters if allocationType is firewall
|
|
177
178
|
*
|
|
178
|
-
* @generated from field: metalstack.api.v2.FirewallSpec firewall_spec =
|
|
179
|
+
* @generated from field: metalstack.api.v2.FirewallSpec firewall_spec = 18;
|
|
179
180
|
*/
|
|
180
181
|
firewallSpec?: FirewallSpec;
|
|
181
182
|
};
|
|
@@ -719,42 +720,18 @@ export type MachineAllocationNetwork = Message<"metalstack.api.v2.MachineAllocat
|
|
|
719
720
|
*/
|
|
720
721
|
network: string;
|
|
721
722
|
/**
|
|
722
|
-
*
|
|
723
|
-
*
|
|
723
|
+
* IPs to to attach to this machine additionally
|
|
724
|
+
* If none given, one ip address is acquired per network for the machine
|
|
724
725
|
*
|
|
725
|
-
* @generated from field:
|
|
726
|
+
* @generated from field: repeated string ips = 2;
|
|
726
727
|
*/
|
|
727
|
-
|
|
728
|
+
ips: string[];
|
|
728
729
|
};
|
|
729
730
|
/**
|
|
730
731
|
* Describes the message metalstack.api.v2.MachineAllocationNetwork.
|
|
731
732
|
* Use `create(MachineAllocationNetworkSchema)` to create a new message.
|
|
732
733
|
*/
|
|
733
734
|
export declare const MachineAllocationNetworkSchema: GenMessage<MachineAllocationNetwork>;
|
|
734
|
-
/**
|
|
735
|
-
* MachineAllocationIp defines a ip and a optional namespace which should be attached to this machine during create
|
|
736
|
-
*
|
|
737
|
-
* @generated from message metalstack.api.v2.MachineAllocationIp
|
|
738
|
-
*/
|
|
739
|
-
export type MachineAllocationIp = Message<"metalstack.api.v2.MachineAllocationIp"> & {
|
|
740
|
-
/**
|
|
741
|
-
* IP to to attach to this machine additionally
|
|
742
|
-
*
|
|
743
|
-
* @generated from field: string ip = 1;
|
|
744
|
-
*/
|
|
745
|
-
ip: string;
|
|
746
|
-
/**
|
|
747
|
-
* Namespace where this ip was created, usually the project of the namespaced tenant network.
|
|
748
|
-
*
|
|
749
|
-
* @generated from field: optional string namespace = 2;
|
|
750
|
-
*/
|
|
751
|
-
namespace?: string;
|
|
752
|
-
};
|
|
753
|
-
/**
|
|
754
|
-
* Describes the message metalstack.api.v2.MachineAllocationIp.
|
|
755
|
-
* Use `create(MachineAllocationIpSchema)` to create a new message.
|
|
756
|
-
*/
|
|
757
|
-
export declare const MachineAllocationIpSchema: GenMessage<MachineAllocationIp>;
|
|
758
735
|
/**
|
|
759
736
|
* FirewallRules can be defined during firewall allocation
|
|
760
737
|
*
|
|
@@ -1955,13 +1932,13 @@ export declare enum MachineState {
|
|
|
1955
1932
|
*/
|
|
1956
1933
|
UNSPECIFIED = 0,
|
|
1957
1934
|
/**
|
|
1958
|
-
*
|
|
1935
|
+
* MACHINE_STATE_TAINTED this machine is tainted, i.e. this machine is not considered during random machine allocation, but still by specifying the uuid
|
|
1959
1936
|
*
|
|
1960
|
-
* @generated from enum value:
|
|
1937
|
+
* @generated from enum value: MACHINE_STATE_TAINTED = 1;
|
|
1961
1938
|
*/
|
|
1962
|
-
|
|
1939
|
+
TAINTED = 1,
|
|
1963
1940
|
/**
|
|
1964
|
-
* MACHINE_STATE_LOCKED this machine is locked
|
|
1941
|
+
* MACHINE_STATE_LOCKED this machine is locked, i.e. this machine cannot be allocated or deleted
|
|
1965
1942
|
*
|
|
1966
1943
|
* @generated from enum value: MACHINE_STATE_LOCKED = 2;
|
|
1967
1944
|
*/
|
|
@@ -2237,13 +2214,13 @@ export declare enum MachineBMCCommand {
|
|
|
2237
2214
|
*/
|
|
2238
2215
|
export declare const MachineBMCCommandSchema: GenEnum<MachineBMCCommand>;
|
|
2239
2216
|
/**
|
|
2240
|
-
* MachineService
|
|
2217
|
+
* MachineService provides machine lifecycle management operations.
|
|
2241
2218
|
*
|
|
2242
2219
|
* @generated from service metalstack.api.v2.MachineService
|
|
2243
2220
|
*/
|
|
2244
2221
|
export declare const MachineService: GenService<{
|
|
2245
2222
|
/**
|
|
2246
|
-
*
|
|
2223
|
+
* Returns the machine with the specified UUID.
|
|
2247
2224
|
*
|
|
2248
2225
|
* @generated from rpc metalstack.api.v2.MachineService.Get
|
|
2249
2226
|
*/
|
|
@@ -2253,7 +2230,7 @@ export declare const MachineService: GenService<{
|
|
|
2253
2230
|
output: typeof MachineServiceGetResponseSchema;
|
|
2254
2231
|
};
|
|
2255
2232
|
/**
|
|
2256
|
-
*
|
|
2233
|
+
* Creates a new machine.
|
|
2257
2234
|
*
|
|
2258
2235
|
* @generated from rpc metalstack.api.v2.MachineService.Create
|
|
2259
2236
|
*/
|
|
@@ -2263,7 +2240,7 @@ export declare const MachineService: GenService<{
|
|
|
2263
2240
|
output: typeof MachineServiceCreateResponseSchema;
|
|
2264
2241
|
};
|
|
2265
2242
|
/**
|
|
2266
|
-
*
|
|
2243
|
+
* Updates a machine.
|
|
2267
2244
|
*
|
|
2268
2245
|
* @generated from rpc metalstack.api.v2.MachineService.Update
|
|
2269
2246
|
*/
|
|
@@ -2273,7 +2250,7 @@ export declare const MachineService: GenService<{
|
|
|
2273
2250
|
output: typeof MachineServiceUpdateResponseSchema;
|
|
2274
2251
|
};
|
|
2275
2252
|
/**
|
|
2276
|
-
*
|
|
2253
|
+
* Returns the list of all machines.
|
|
2277
2254
|
*
|
|
2278
2255
|
* @generated from rpc metalstack.api.v2.MachineService.List
|
|
2279
2256
|
*/
|
|
@@ -2283,7 +2260,7 @@ export declare const MachineService: GenService<{
|
|
|
2283
2260
|
output: typeof MachineServiceListResponseSchema;
|
|
2284
2261
|
};
|
|
2285
2262
|
/**
|
|
2286
|
-
*
|
|
2263
|
+
* Deletes a machine.
|
|
2287
2264
|
*
|
|
2288
2265
|
* @generated from rpc metalstack.api.v2.MachineService.Delete
|
|
2289
2266
|
*/
|
|
@@ -2293,7 +2270,7 @@ export declare const MachineService: GenService<{
|
|
|
2293
2270
|
output: typeof MachineServiceDeleteResponseSchema;
|
|
2294
2271
|
};
|
|
2295
2272
|
/**
|
|
2296
|
-
* BMCCommand
|
|
2273
|
+
* BMCCommand sends a command to the BMC of a machine.
|
|
2297
2274
|
*
|
|
2298
2275
|
* @generated from rpc metalstack.api.v2.MachineService.BMCCommand
|
|
2299
2276
|
*/
|
|
@@ -2303,7 +2280,7 @@ export declare const MachineService: GenService<{
|
|
|
2303
2280
|
output: typeof MachineServiceBMCCommandResponseSchema;
|
|
2304
2281
|
};
|
|
2305
2282
|
/**
|
|
2306
|
-
*
|
|
2283
|
+
* Returns the BMC details of a machine.
|
|
2307
2284
|
*
|
|
2308
2285
|
* @generated from rpc metalstack.api.v2.MachineService.GetBMC
|
|
2309
2286
|
*/
|