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

Former-commit-id: 5fbf4b2e6256fd248296f62d06d8c2193f2594d4
This commit is contained in:
qiwang 2024-05-26 17:30:34 +08:00
commit 91e71e1b80
1 changed files with 1 additions and 0 deletions

View File

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