mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6659: fixed the name for the updateIpAddress API command
This commit is contained in:
parent
799480cf05
commit
c94158f0fd
|
|
@ -38,7 +38,7 @@ import com.cloud.exception.ResourceUnavailableException;
|
|||
import com.cloud.network.IpAddress;
|
||||
import com.cloud.user.Account;
|
||||
|
||||
@APICommand(name = "updatePublicIpAddress", description = "Updates an ip address", responseObject = IPAddressResponse.class,
|
||||
@APICommand(name = "updateIpAddress", description = "Updates an ip address", responseObject = IPAddressResponse.class,
|
||||
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false, entityType = { IpAddress.class })
|
||||
public class UpdateIPAddrCmd extends BaseAsyncCustomIdCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(UpdateIPAddrCmd.class.getName());
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ listDedicatedGuestVlanRanges=1
|
|||
associateIpAddress=15
|
||||
disassociateIpAddress=15
|
||||
listPublicIpAddresses=15
|
||||
updatePublicIpAddress=15
|
||||
updateIpAddress=15
|
||||
|
||||
#### firewall commands
|
||||
listPortForwardingRules=15
|
||||
|
|
|
|||
Loading…
Reference in New Issue