Commit 8cffc4e7 authored by duanjinfei's avatar duanjinfei

change vm status constant

parent 96818f0d
......@@ -15,5 +15,8 @@ const (
VmSupportConnectVnc = 1
VmSupportConnectSsh = 2
VmSupportConnectAll = 3
VmStatusEnabled, VmStatusDisable, VmStatusReboot, VmStatusDelete uint8 = 1, 2, 3, 4
VmStatusEnabled uint8 = 1
VmStatusDisable uint8 = 2
VmStatusReboot uint8 = 3
VmStatusDelete uint8 = 4
)
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment