mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
api: Fix ListNicsCmd's s_name, it should have a response suffix
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
18695276f7
commit
94de31ebad
@ -44,7 +44,7 @@ import com.cloud.vm.NicSecondaryIp;
|
||||
@APICommand(name = "listNics", description = "list the vm nics IP to NIC", responseObject = NicResponse.class)
|
||||
public class ListNicsCmd extends BaseListCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(ListNicsCmd.class.getName());
|
||||
private static final String s_name = "listnics";
|
||||
private static final String s_name = "listnicsresponse";
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
//////////////// API parameters /////////////////////
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user