fix: update vmInfo 0606
Former-commit-id: 98a2d9812255789f94ed2c859f7b486e3934a6e5
This commit is contained in:
parent
db9fe273d8
commit
a1d6951493
|
@ -177,6 +177,7 @@ type VmInfo struct {
|
|||
DeletedAt string `json:"deleted_at,omitempty"`
|
||||
VmName string `json:"vm_name,omitempty"`
|
||||
Replicas int64 `json:"replicas,omitempty"`
|
||||
ServerId string `json:"serverId,omitempty"`
|
||||
}
|
||||
|
||||
type ResourceStats struct {
|
||||
|
|
Loading…
Reference in New Issue