Merge pull request 'update vminfo 0606' (#212) from master-wq into master

Former-commit-id: b0960aa18e7cc2fdf05762733d86806ab7b1038c
This commit is contained in:
qiwang 2024-06-06 10:51:13 +08:00
commit 04f0eae608
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ type VmInfo struct {
DeletedAt string `json:"deleted_at,omitempty"` DeletedAt string `json:"deleted_at,omitempty"`
VmName string `json:"vm_name,omitempty"` VmName string `json:"vm_name,omitempty"`
Replicas int64 `json:"replicas,omitempty"` Replicas int64 `json:"replicas,omitempty"`
ServerId string `json:"serverId,omitempty"`
} }
type ResourceStats struct { type ResourceStats struct {