mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5285 Corrected the API description
This commit is contained in:
parent
c9b0a8b1f4
commit
20cf42a54c
|
|
@ -39,7 +39,7 @@ import com.cloud.user.Account;
|
|||
import com.cloud.vm.Nic;
|
||||
import com.cloud.vm.NicSecondaryIp;
|
||||
|
||||
@APICommand(name = "removeIpFromNic", description="Assigns secondary IP to NIC.", responseObject=SuccessResponse.class)
|
||||
@APICommand(name = "removeIpFromNic", description="Removes secondary IP from the NIC.", responseObject=SuccessResponse.class)
|
||||
public class RemoveIpFromVmNicCmd extends BaseAsyncCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(RemoveIpFromVmNicCmd.class.getName());
|
||||
private static final String s_name = "removeipfromnicresponse";
|
||||
|
|
|
|||
Loading…
Reference in New Issue