Browse Source

fix: update vmInfo

Former-commit-id: fbc9276038
pull/205/head
qiwang 1 year ago
parent
commit
641a762620
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      api/client/types.go

+ 1
- 0
api/client/types.go 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 {


Loading…
Cancel
Save