sureshanaparti commented on code in PR #9102: URL: https://github.com/apache/cloudstack/pull/9102#discussion_r1942759013
########## api/src/main/java/com/cloud/server/ManagementService.java: ########## @@ -360,17 +362,23 @@ public interface ManagementService { * The api command class. * @return The list of userdatas found. */ - Pair<List<? extends UserData>, Integer> listUserDatas(ListUserDataCmd cmd); + Pair<List<? extends UserData>, Integer> listUserDatas(ListUserDataCmd cmd, boolean forCks); + + /** + * Registers a cni configuration. + * + * @param cmd The api command class. + * @return A VO with the registered userdata. + */ + UserData registerCniConfigration(RegisterCniConfigurationCmd cmd); Review Comment: ```suggestion UserData registerCniConfiguration(RegisterCniConfigurationCmd cmd); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org