v15.5.0
This commit is contained in:
dayterr
2026-07-10 15:44:33 +03:00
parent 55fe76d12e
commit 0595b5ae39
15 changed files with 571 additions and 100 deletions

View File

@@ -515,6 +515,9 @@ type RecordCompute struct {
// Registered or not
Registered bool `json:"registered"`
// Whether a compute has been resized online
ResizedOnline bool `json:"resizedOnline"`
// Resource name
ResName string `json:"resName"`
@@ -1500,6 +1503,9 @@ type ItemCompute struct {
// Registered
Registered bool `json:"registered"`
// Whether a compute has been resized online
ResizedOnline bool `json:"resizedOnline"`
// Resource name
ResName string `json:"resName"`