From 990f122633ed5e7fd251f1776feeec7f1b8a696b Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 29 Nov 2011 15:22:33 +0530 Subject: [PATCH] Adding Virtual Router Element APIs to command.properties --- client/tomcatconf/commands.properties.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 6b60edaebe4..d1b2302c906 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -165,6 +165,10 @@ updateZone=com.cloud.api.commands.UpdateZoneCmd;1 deleteZone=com.cloud.api.commands.DeleteZoneCmd;1 listZones=com.cloud.api.commands.ListZonesByCmd;15 +#### virtual router element +createVirtualRouterElement=com.cloud.api.commands.CreateVirtualRouterElementCmd;1 +configureVirtualRouterElement=com.cloud.api.commands.ConfigureVirtualRouterElementCmd;1 +listVirtualRouterElements=com.cloud.api.commands.ListVirtualRouterElementsCmd;1 #### events commands listEvents=com.cloud.api.commands.ListEventsCmd;15 listEventTypes=com.cloud.api.commands.ListEventTypesCmd;15