mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-1319: cloudstack API - CreateVpnCustomerGateway API: correct parameter type on server-side.
This commit is contained in:
parent
d784e7b5fe
commit
ff4a54ce68
@ -34,7 +34,7 @@ import com.cloud.user.UserContext;
|
|||||||
public class CreateVpnCustomerGatewayCmd extends BaseAsyncCmd {
|
public class CreateVpnCustomerGatewayCmd extends BaseAsyncCmd {
|
||||||
public static final Logger s_logger = Logger.getLogger(CreateVpnCustomerGatewayCmd.class.getName());
|
public static final Logger s_logger = Logger.getLogger(CreateVpnCustomerGatewayCmd.class.getName());
|
||||||
|
|
||||||
private static final String s_name = "createcustomergatewayresponse";
|
private static final String s_name = "createvpncustomergatewayresponse";
|
||||||
|
|
||||||
/////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////
|
||||||
//////////////// API parameters /////////////////////
|
//////////////// API parameters /////////////////////
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user