fix: update vmInfo
Former-commit-id: fbc9276038394ddf3c0bfb27a216eaa2f96c6abe
This commit is contained in:
parent
5738c04525
commit
641a762620
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue