fix: update vmInfo
Former-commit-id: c3bce348108e72183076232fec484a798c0543da
This commit is contained in:
parent
db11ebdd67
commit
f73f2e8456
|
@ -170,7 +170,7 @@ type VmInfo struct {
|
|||
DeleteOnTermination bool `json:"delete_on_termination,omitempty"`
|
||||
Status string `json:"Status,omitempty"`
|
||||
StartTime string `json:"startTime,omitempty"`
|
||||
platform string `json:"platform,omitempty"`
|
||||
Platform string `json:"platform,omitempty"`
|
||||
VmName string `json:"vm_name,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue