@metal-stack/api 0.0.58 → 0.0.60
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 +30 -30
- package/js/metalstack/admin/v2/network_pb.js +2 -2
- package/js/metalstack/admin/v2/network_pb.ts +31 -31
- 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 +15 -15
- package/js/metalstack/admin/v2/tenant_pb.js +2 -2
- package/js/metalstack/admin/v2/tenant_pb.ts +16 -16
- 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/filesystem_pb.d.ts +4 -4
- package/js/metalstack/api/v2/filesystem_pb.js +1 -1
- package/js/metalstack/api/v2/filesystem_pb.ts +4 -4
- 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 +18 -18
- package/js/metalstack/api/v2/machine_pb.js +2 -2
- package/js/metalstack/api/v2/machine_pb.ts +19 -19
- package/js/metalstack/api/v2/method_pb.d.ts +16 -16
- package/js/metalstack/api/v2/method_pb.js +3 -3
- package/js/metalstack/api/v2/method_pb.ts +17 -17
- 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 +18 -0
- package/js/metalstack/api/v2/predefined_rules_pb.js +21 -3
- package/js/metalstack/api/v2/predefined_rules_pb.ts +27 -3
- package/js/metalstack/api/v2/project_pb.d.ts +8 -8
- package/js/metalstack/api/v2/project_pb.js +2 -2
- package/js/metalstack/api/v2/project_pb.ts +9 -9
- package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +2 -2
- package/js/metalstack/api/v2/size_imageconstraint_pb.js +1 -1
- package/js/metalstack/api/v2/size_imageconstraint_pb.ts +2 -2
- package/js/metalstack/api/v2/size_pb.d.ts +6 -6
- package/js/metalstack/api/v2/size_pb.js +2 -2
- package/js/metalstack/api/v2/size_pb.ts +7 -7
- 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 +8 -8
- package/js/metalstack/api/v2/tenant_pb.js +2 -2
- package/js/metalstack/api/v2/tenant_pb.ts +9 -9
- package/js/metalstack/api/v2/token_pb.d.ts +15 -15
- package/js/metalstack/api/v2/token_pb.js +2 -2
- package/js/metalstack/api/v2/token_pb.ts +16 -16
- package/js/metalstack/api/v2/user_pb.d.ts +11 -11
- package/js/metalstack/api/v2/user_pb.js +2 -2
- package/js/metalstack/api/v2/user_pb.ts +12 -12
- 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/AgoFSW1hZ2USFwoCaWQYASABKAlCC7pICHIGwLOusQIBEiUKBG1ldGEYAiABKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5NZXRhEhgKA3VybBgDIAEoCUILukgIcgbgs66xAgESHgoEbmFtZRgEIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgFIAEoCUILukgIcgbIs66xAgFIAYgBARJCCghmZWF0dXJlcxgGIAMoDjIfLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlRmVhdHVyZUIPukgMkgEJGAEiBYIBAhABEkgKDmNsYXNzaWZpY2F0aW9uGAcgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAESLgoKZXhwaXJlc19hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uIkYKCkltYWdlVXNhZ2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZRIPCgd1c2VkX2J5GAIgAygJIvQDCgpJbWFnZVF1ZXJ5EhwKAmlkGAEgASgJQgu6SAhyBsCzrrECAUgAiAEBEhsKAm9zGAIgASgJQgq6SAdyBRACGIABSAGIAQESIAoHdmVyc2lvbhgDIAEoCUIKukgHcgUQARiAAUgCiAEBEh4KBG5hbWUYBCABKAlCC7pICHIGwLOusQIBSAOIAQESJQoLZGVzY3JpcHRpb24YBSABKAlCC7pICHIGyLOusQIBSASIAQESHQoDdXJsGAYgASgJQgu6SAhyBuCzrrECAUgFiAEBEj8KB2ZlYXR1cmUYByABKA4yHy5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUZlYXR1cmVCCLpIBYIBAhABSAaIAQESTQoOY2xhc3NpZmljYXRpb24YCCABKA4yJi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUNsYXNzaWZpY2F0aW9uQgi6SAWCAQIQAUgHiAEBEi4KBmxhYmVscxgJIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLkxhYmVsc0gIiAEBQgUKA19pZEIFCgNfb3NCCgoIX3ZlcnNpb25CBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uQgYKBF91cmxCCgoIX2ZlYXR1cmVCEQoPX2NsYXNzaWZpY2F0aW9uQgkKB19sYWJlbHMqfwoMSW1hZ2VGZWF0dXJlEh0KGUlNQUdFX0ZFQVRVUkVfVU5TUEVDSUZJRUQQABImChVJTUFHRV9GRUFUVVJFX01BQ0hJTkUQARoLgrIZB21hY2hpbmUSKAoWSU1BR0VfRkVBVFVSRV9GSVJFV0FMTBACGgyCshkIZmlyZXdhbGwq0gEKE0ltYWdlQ2xhc3NpZmljYXRpb24SJAogSU1BR0VfQ0xBU1NJRklDQVRJT05fVU5TUEVDSUZJRUQQABItChxJTUFHRV9DTEFTU0lGSUNBVElPTl9QUkVWSUVXEAEaC4KyGQdwcmV2aWV3EjEKHklNQUdFX0NMQVNTSUZJQ0FUSU9OX1NVUFBPUlRFRBACGg2CshkJc3VwcG9ydGVkEjMKH0lNQUdFX0NMQVNTSUZJQ0FUSU9OX0RFUFJFQ0FURUQQAxoOgrIZCmRlcHJlY2F0ZWQy0gIKDEltYWdlU2VydmljZRJmCgNHZXQSKS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VHZXRSZXF1ZXN0GioubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGAPg8xgCEmkKBExpc3QSKi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VMaXN0UmVxdWVzdBorLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxpc3RSZXNwb25zZSII2PMYA+DzGAISbwoGTGF0ZXN0EiwubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVxdWVzdBotLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxhdGVzdFJlc3BvbnNlIgjY8xgD4PMYAkLAAQoVY29tLm1ldGFsc3RhY2suYXBpLnYyQgpJbWFnZVByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [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/AgoFSW1hZ2USFwoCaWQYASABKAlCC7pICHIGwLOusQIBEiUKBG1ldGEYAiABKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5NZXRhEhgKA3VybBgDIAEoCUILukgIcgbgs66xAgESHgoEbmFtZRgEIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgFIAEoCUILukgIcgbIs66xAgFIAYgBARJCCghmZWF0dXJlcxgGIAMoDjIfLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlRmVhdHVyZUIPukgMkgEJGAEiBYIBAhABEkgKDmNsYXNzaWZpY2F0aW9uGAcgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAESLgoKZXhwaXJlc19hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uIkYKCkltYWdlVXNhZ2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZRIPCgd1c2VkX2J5GAIgAygJIvQDCgpJbWFnZVF1ZXJ5EhwKAmlkGAEgASgJQgu6SAhyBsCzrrECAUgAiAEBEhsKAm9zGAIgASgJQgq6SAdyBRACGIABSAGIAQESIAoHdmVyc2lvbhgDIAEoCUIKukgHcgUQARiAAUgCiAEBEh4KBG5hbWUYBCABKAlCC7pICHIGwLOusQIBSAOIAQESJQoLZGVzY3JpcHRpb24YBSABKAlCC7pICHIGyLOusQIBSASIAQESHQoDdXJsGAYgASgJQgu6SAhyBuCzrrECAUgFiAEBEj8KB2ZlYXR1cmUYByABKA4yHy5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUZlYXR1cmVCCLpIBYIBAhABSAaIAQESTQoOY2xhc3NpZmljYXRpb24YCCABKA4yJi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUNsYXNzaWZpY2F0aW9uQgi6SAWCAQIQAUgHiAEBEi4KBmxhYmVscxgJIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLkxhYmVsc0gIiAEBQgUKA19pZEIFCgNfb3NCCgoIX3ZlcnNpb25CBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uQgYKBF91cmxCCgoIX2ZlYXR1cmVCEQoPX2NsYXNzaWZpY2F0aW9uQgkKB19sYWJlbHMqfwoMSW1hZ2VGZWF0dXJlEh0KGUlNQUdFX0ZFQVRVUkVfVU5TUEVDSUZJRUQQABImChVJTUFHRV9GRUFUVVJFX01BQ0hJTkUQARoLgrIZB21hY2hpbmUSKAoWSU1BR0VfRkVBVFVSRV9GSVJFV0FMTBACGgyCshkIZmlyZXdhbGwq0gEKE0ltYWdlQ2xhc3NpZmljYXRpb24SJAogSU1BR0VfQ0xBU1NJRklDQVRJT05fVU5TUEVDSUZJRUQQABItChxJTUFHRV9DTEFTU0lGSUNBVElPTl9QUkVWSUVXEAEaC4KyGQdwcmV2aWV3EjEKHklNQUdFX0NMQVNTSUZJQ0FUSU9OX1NVUFBPUlRFRBACGg2CshkJc3VwcG9ydGVkEjMKH0lNQUdFX0NMQVNTSUZJQ0FUSU9OX0RFUFJFQ0FURUQQAxoOgrIZCmRlcHJlY2F0ZWQy0gIKDEltYWdlU2VydmljZRJmCgNHZXQSKS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VHZXRSZXF1ZXN0GioubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGAPg8xgCEmkKBExpc3QSKi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VMaXN0UmVxdWVzdBorLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxpc3RSZXNwb25zZSII2PMYA+DzGAISbwoGTGF0ZXN0EiwubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVxdWVzdBotLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxhdGVzdFJlc3BvbnNlIgjY8xgD4PMYAkLAAQoVY29tLm1ldGFsc3RhY2suYXBpLnYyQgpJbWFnZVByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [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
|
*/
|
|
@@ -504,19 +504,19 @@ export type Machine = Message<"metalstack.api.v2.Machine"> & {
|
|
|
504
504
|
/**
|
|
505
505
|
* Allocation details
|
|
506
506
|
*
|
|
507
|
-
* @generated from field: metalstack.api.v2.MachineAllocation allocation =
|
|
507
|
+
* @generated from field: metalstack.api.v2.MachineAllocation allocation = 7;
|
|
508
508
|
*/
|
|
509
509
|
allocation?: MachineAllocation;
|
|
510
510
|
/**
|
|
511
511
|
* Status contains several status details related to this machine
|
|
512
512
|
*
|
|
513
|
-
* @generated from field: metalstack.api.v2.MachineStatus status =
|
|
513
|
+
* @generated from field: metalstack.api.v2.MachineStatus status = 8;
|
|
514
514
|
*/
|
|
515
515
|
status?: MachineStatus;
|
|
516
516
|
/**
|
|
517
517
|
* MachineRecentProvisioningEvents contains the recent provisioning events
|
|
518
518
|
*
|
|
519
|
-
* @generated from field: metalstack.api.v2.MachineRecentProvisioningEvents recent_provisioning_events =
|
|
519
|
+
* @generated from field: metalstack.api.v2.MachineRecentProvisioningEvents recent_provisioning_events = 9;
|
|
520
520
|
*/
|
|
521
521
|
recentProvisioningEvents?: MachineRecentProvisioningEvents;
|
|
522
522
|
};
|
|
@@ -938,25 +938,25 @@ export type MachineHardware = Message<"metalstack.api.v2.MachineHardware"> & {
|
|
|
938
938
|
/**
|
|
939
939
|
* Disks the list of block devices of this machine
|
|
940
940
|
*
|
|
941
|
-
* @generated from field: repeated metalstack.api.v2.MachineBlockDevice disks =
|
|
941
|
+
* @generated from field: repeated metalstack.api.v2.MachineBlockDevice disks = 2;
|
|
942
942
|
*/
|
|
943
943
|
disks: MachineBlockDevice[];
|
|
944
944
|
/**
|
|
945
945
|
* CPUs the cpu details
|
|
946
946
|
*
|
|
947
|
-
* @generated from field: repeated metalstack.api.v2.MetalCPU cpus =
|
|
947
|
+
* @generated from field: repeated metalstack.api.v2.MetalCPU cpus = 3;
|
|
948
948
|
*/
|
|
949
949
|
cpus: MetalCPU[];
|
|
950
950
|
/**
|
|
951
951
|
* GPUs the gpu details
|
|
952
952
|
*
|
|
953
|
-
* @generated from field: repeated metalstack.api.v2.MetalGPU gpus =
|
|
953
|
+
* @generated from field: repeated metalstack.api.v2.MetalGPU gpus = 4;
|
|
954
954
|
*/
|
|
955
955
|
gpus: MetalGPU[];
|
|
956
956
|
/**
|
|
957
957
|
* Nics the list of network interfaces of this machine
|
|
958
958
|
*
|
|
959
|
-
* @generated from field: repeated metalstack.api.v2.MachineNic nics =
|
|
959
|
+
* @generated from field: repeated metalstack.api.v2.MachineNic nics = 5;
|
|
960
960
|
*/
|
|
961
961
|
nics: MachineNic[];
|
|
962
962
|
};
|
|
@@ -1256,13 +1256,13 @@ export type MachineBMC = Message<"metalstack.api.v2.MachineBMC"> & {
|
|
|
1256
1256
|
/**
|
|
1257
1257
|
* Version of this bmc device
|
|
1258
1258
|
*
|
|
1259
|
-
* @generated from field: string version =
|
|
1259
|
+
* @generated from field: string version = 6;
|
|
1260
1260
|
*/
|
|
1261
1261
|
version: string;
|
|
1262
1262
|
/**
|
|
1263
1263
|
* PowerState of this machine
|
|
1264
1264
|
*
|
|
1265
|
-
* @generated from field: string power_state =
|
|
1265
|
+
* @generated from field: string power_state = 7;
|
|
1266
1266
|
*/
|
|
1267
1267
|
powerState: string;
|
|
1268
1268
|
};
|
|
@@ -1493,7 +1493,7 @@ export type MachineVPN = Message<"metalstack.api.v2.MachineVPN"> & {
|
|
|
1493
1493
|
/**
|
|
1494
1494
|
* IPs of the machine connected to the vpn
|
|
1495
1495
|
*
|
|
1496
|
-
* @generated from field: repeated string ips =
|
|
1496
|
+
* @generated from field: repeated string ips = 4;
|
|
1497
1497
|
*/
|
|
1498
1498
|
ips: string[];
|
|
1499
1499
|
};
|
|
@@ -2237,13 +2237,13 @@ export declare enum MachineBMCCommand {
|
|
|
2237
2237
|
*/
|
|
2238
2238
|
export declare const MachineBMCCommandSchema: GenEnum<MachineBMCCommand>;
|
|
2239
2239
|
/**
|
|
2240
|
-
* MachineService
|
|
2240
|
+
* MachineService provides machine lifecycle management operations.
|
|
2241
2241
|
*
|
|
2242
2242
|
* @generated from service metalstack.api.v2.MachineService
|
|
2243
2243
|
*/
|
|
2244
2244
|
export declare const MachineService: GenService<{
|
|
2245
2245
|
/**
|
|
2246
|
-
*
|
|
2246
|
+
* Returns the machine with the specified UUID.
|
|
2247
2247
|
*
|
|
2248
2248
|
* @generated from rpc metalstack.api.v2.MachineService.Get
|
|
2249
2249
|
*/
|
|
@@ -2253,7 +2253,7 @@ export declare const MachineService: GenService<{
|
|
|
2253
2253
|
output: typeof MachineServiceGetResponseSchema;
|
|
2254
2254
|
};
|
|
2255
2255
|
/**
|
|
2256
|
-
*
|
|
2256
|
+
* Creates a new machine.
|
|
2257
2257
|
*
|
|
2258
2258
|
* @generated from rpc metalstack.api.v2.MachineService.Create
|
|
2259
2259
|
*/
|
|
@@ -2263,7 +2263,7 @@ export declare const MachineService: GenService<{
|
|
|
2263
2263
|
output: typeof MachineServiceCreateResponseSchema;
|
|
2264
2264
|
};
|
|
2265
2265
|
/**
|
|
2266
|
-
*
|
|
2266
|
+
* Updates a machine.
|
|
2267
2267
|
*
|
|
2268
2268
|
* @generated from rpc metalstack.api.v2.MachineService.Update
|
|
2269
2269
|
*/
|
|
@@ -2273,7 +2273,7 @@ export declare const MachineService: GenService<{
|
|
|
2273
2273
|
output: typeof MachineServiceUpdateResponseSchema;
|
|
2274
2274
|
};
|
|
2275
2275
|
/**
|
|
2276
|
-
*
|
|
2276
|
+
* Returns the list of all machines.
|
|
2277
2277
|
*
|
|
2278
2278
|
* @generated from rpc metalstack.api.v2.MachineService.List
|
|
2279
2279
|
*/
|
|
@@ -2283,7 +2283,7 @@ export declare const MachineService: GenService<{
|
|
|
2283
2283
|
output: typeof MachineServiceListResponseSchema;
|
|
2284
2284
|
};
|
|
2285
2285
|
/**
|
|
2286
|
-
*
|
|
2286
|
+
* Deletes a machine.
|
|
2287
2287
|
*
|
|
2288
2288
|
* @generated from rpc metalstack.api.v2.MachineService.Delete
|
|
2289
2289
|
*/
|
|
@@ -2293,7 +2293,7 @@ export declare const MachineService: GenService<{
|
|
|
2293
2293
|
output: typeof MachineServiceDeleteResponseSchema;
|
|
2294
2294
|
};
|
|
2295
2295
|
/**
|
|
2296
|
-
* BMCCommand
|
|
2296
|
+
* BMCCommand sends a command to the BMC of a machine.
|
|
2297
2297
|
*
|
|
2298
2298
|
* @generated from rpc metalstack.api.v2.MachineService.BMCCommand
|
|
2299
2299
|
*/
|
|
@@ -2303,7 +2303,7 @@ export declare const MachineService: GenService<{
|
|
|
2303
2303
|
output: typeof MachineServiceBMCCommandResponseSchema;
|
|
2304
2304
|
};
|
|
2305
2305
|
/**
|
|
2306
|
-
*
|
|
2306
|
+
* Returns the BMC details of a machine.
|
|
2307
2307
|
*
|
|
2308
2308
|
* @generated from rpc metalstack.api.v2.MachineService.GetBMC
|
|
2309
2309
|
*/
|