mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Changed the command name for adding private gateway
This commit is contained in:
parent
418cbe2e17
commit
03fe667b75
@ -338,7 +338,6 @@ addNetworkDevice=com.cloud.api.commands.AddNetworkDeviceCmd;1
|
||||
listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1
|
||||
deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1
|
||||
|
||||
|
||||
### VPC commands
|
||||
createVPC=com.cloud.api.commands.CreateVPCCmd;15
|
||||
listVPCs=com.cloud.api.commands.ListVPCsCmd;15
|
||||
@ -352,12 +351,11 @@ updateVPCOffering=com.cloud.api.commands.UpdateVPCOfferingCmd;1
|
||||
deleteVPCOffering=com.cloud.api.commands.DeleteVPCOfferingCmd;1
|
||||
listVPCOfferings=com.cloud.api.commands.ListVPCOfferingsCmd;15
|
||||
|
||||
#### VPC gateway commands
|
||||
createVPCGateway=com.cloud.api.commands.CreateVPCGatewayCmd;15
|
||||
listVPCGateways=com.cloud.api.commands.ListVPCGatewaysCmd;15
|
||||
deleteVPCGateway=com.cloud.api.commands.DeleteVPCGatewayCmd;15
|
||||
#### Private gateway commands
|
||||
#createPrivateGateway=com.cloud.api.commands.CreatePrivateGatewayCmd;15
|
||||
#listPrivateGateways=com.cloud.api.commands.ListPrivateGatewaysCmd;15
|
||||
#deletePrivateGateway=com.cloud.api.commands.DeletePrivateGatewayCmd;15
|
||||
|
||||
#### Private network command
|
||||
createPrivateNetwork=com.cloud.api.commands.CreatePrivateNetworkCmd;1
|
||||
deletePrivateNetwork=com.cloud.api.commands.CreatePrivateNetworkCmd;1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user