fix: update vmInfo

Former-commit-id: fbc9276038394ddf3c0bfb27a216eaa2f96c6abe
This commit is contained in:
qiwang 2024-05-26 17:25:56 +08:00
parent 5738c04525
commit 641a762620
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ type VmInfo struct {
StartTime string `json:"startTime,omitempty"`
Platform string `json:"platform,omitempty"`
VmName string `json:"vm_name,omitempty"`
ServerId string `json:"server_id,omitempty"`
}
type ResourceStats struct {