@longvansoftware/service-js-client 1.11.2 → 1.11.4
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.
@@ -41,7 +41,9 @@ exports.COMPUTING_DETAIL = (0, graphql_tag_1.gql) `
|
|
41
41
|
ramUnit
|
42
42
|
disks {
|
43
43
|
index
|
44
|
+
storageId
|
44
45
|
size
|
46
|
+
used
|
45
47
|
unit
|
46
48
|
}
|
47
49
|
}
|
@@ -256,7 +258,9 @@ exports.GET_COMPUTINGS = (0, graphql_tag_1.gql) `
|
|
256
258
|
ramUnit
|
257
259
|
disks {
|
258
260
|
index
|
261
|
+
storageId
|
259
262
|
size
|
263
|
+
used
|
260
264
|
unit
|
261
265
|
}
|
262
266
|
}
|
@@ -354,7 +358,9 @@ exports.GET_COMPUTING_BY_CLUSTER = (0, graphql_tag_1.gql) `
|
|
354
358
|
ramUnit
|
355
359
|
disks {
|
356
360
|
index
|
361
|
+
storageId
|
357
362
|
size
|
363
|
+
used
|
358
364
|
unit
|
359
365
|
}
|
360
366
|
}
|
@@ -399,7 +405,9 @@ exports.GET_COMPUTING_BY_SERVICE = (0, graphql_tag_1.gql) `
|
|
399
405
|
ramUnit
|
400
406
|
disks {
|
401
407
|
index
|
408
|
+
storageId
|
402
409
|
size
|
410
|
+
used
|
403
411
|
unit
|
404
412
|
}
|
405
413
|
}
|
@@ -518,6 +526,23 @@ exports.GET_RESOUCE_POOL_BY_SERVICE = (0, graphql_tag_1.gql) `
|
|
518
526
|
name
|
519
527
|
status
|
520
528
|
platform
|
529
|
+
cpu {
|
530
|
+
size
|
531
|
+
used
|
532
|
+
unit
|
533
|
+
}
|
534
|
+
ram {
|
535
|
+
size
|
536
|
+
used
|
537
|
+
unit
|
538
|
+
}
|
539
|
+
disks {
|
540
|
+
index
|
541
|
+
storageId
|
542
|
+
size
|
543
|
+
used
|
544
|
+
unit
|
545
|
+
}
|
521
546
|
}
|
522
547
|
}
|
523
548
|
`;
|