We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3390d79 commit de53cd1Copy full SHA for de53cd1
api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
@@ -104,7 +104,9 @@ public class UpdateVMCmd extends BaseCustomIdCmd implements SecurityGroupAction
104
type = CommandType.LIST,
105
collectionType = CommandType.UUID,
106
entityType = SecurityGroupResponse.class,
107
- description = "list of security group ids to be applied on the virtual machine.")
+ description = "list of security group ids to be applied on the virtual machine. " +
108
+ "In case no security groups are provided the VM is part of the default security group."
109
+ )
110
private List<Long> securityGroupIdList;
111
112
@ACL
0 commit comments