v15.5.0
v15.5.0
This commit is contained in:
@@ -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"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user