fix: typo running_geusts => running_guests

This commit is contained in:
Qiu Jian
2020-08-03 16:14:33 +08:00
parent 1ba9715ec2
commit eae229b35a
+1 -1
View File
@@ -141,7 +141,7 @@ type HostDetails struct {
NonsystemGuests int `json:"nonsystem_guests"`
// 运行中云主机数量
// example: 2
RunningGuests int `json:"running_geusts"`
RunningGuests int `json:"running_guests"`
// CPU超分率
CpuCommitRate float64 `json:"cpu_commit_rate"`
// 内存超分率