You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,9 +66,6 @@ public class ListVMsCmd extends BaseListTaggedResourcesCmd implements UserCmd {
69
66
@Parameter(name = ApiConstants.GROUP_ID, type = CommandType.UUID, entityType = InstanceGroupResponse.class, description = "the group ID")
70
67
privateLonggroupId;
71
68
72
-
@Parameter(name = ApiConstants.HOST_ID, type = CommandType.UUID, entityType = HostResponse.class, description = "the host ID")
73
-
privateLonghostId;
74
-
75
69
@Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = UserVmResponse.class, description = "the ID of the virtual machine")
76
70
privateLongid;
77
71
@@ -81,9 +75,6 @@ public class ListVMsCmd extends BaseListTaggedResourcesCmd implements UserCmd {
81
75
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING, description = "name of the virtual machine (a substring match is made against the parameter value, data for all matching VMs will be returned)")
82
76
privateStringname;
83
77
84
-
@Parameter(name = ApiConstants.POD_ID, type = CommandType.UUID, entityType = PodResponse.class, description = "the pod ID")
85
-
privateLongpodId;
86
-
87
78
@Parameter(name = ApiConstants.STATE, type = CommandType.STRING, description = "state of the virtual machine. Possible values are: Running, Stopped, Present, Destroyed, Expunged. Present is used for the state equal not destroyed.")
88
79
privateStringstate;
89
80
@@ -101,12 +92,6 @@ public class ListVMsCmd extends BaseListTaggedResourcesCmd implements UserCmd {
101
92
@Parameter(name = ApiConstants.HYPERVISOR, type = CommandType.STRING, description = "the target hypervisor for the template")
102
93
privateStringhypervisor;
103
94
104
-
@Parameter(name = ApiConstants.STORAGE_ID,
105
-
type = CommandType.UUID,
106
-
entityType = StoragePoolResponse.class,
107
-
description = "the storage ID where vm's volumes belong to")
108
-
privateLongstorageId;
109
-
110
95
@Parameter(name = ApiConstants.DETAILS,
111
96
type = CommandType.LIST,
112
97
collectionType = CommandType.STRING,
@@ -222,18 +207,6 @@ public String getKeyPairName() {
0 commit comments