cloudstack/server/src/com/cloud/api
alena dae39942f1 bug 7192: Added networktype parameter for the zone
status 7192: resolved fixed

1) Zone has networktype parameter now, 2 values are supported: Basic and Advanced. "networktype" field is created in data_center table. The parameter is being set at creation time; we don't allow to modify it with updateZone command.
2) Only vlan of Untagged Direct type can be created in Basic network zone; any other vlan except for Untagged Direct can be created in Advanced zone
3) Allow NULL guest vlan range for the zone. Only vlan of Direct type can be created in zone with NULL guest vlan.
4) "Default" zone is Basic by default.
5) Changed "vnet" parameter to "vlan" in updateZone command to be consistent with createZone
2010-11-16 16:54:44 -08:00
..
commands bug 7192: Added networktype parameter for the zone 2010-11-16 16:54:44 -08:00
doc 1) Removed account/domainId info from deleteSnapshot and deleteSnapshotPolicy commands as we get account info from the snapshot/policy object. 2010-11-12 17:36:17 -08:00
response bug 7192: Added networktype parameter for the zone 2010-11-16 16:54:44 -08:00
ApiConstants.java bug 7192: Added networktype parameter for the zone 2010-11-16 16:54:44 -08:00
ApiDBUtils.java bug 6958: return state for Account api commands 2010-11-05 15:48:05 -07:00
ApiDispatcher.java Modified exception handing in API. Following exceptions are supported now (location - BaseCmd.java): 2010-11-16 11:56:34 -08:00
ApiGsonHelper.java bug 7063: AsyncJobResult should now return the correct success and error tags upon the completion of a async job. It should now follow either the format ... jobresult.success or jobresult.errorcode and jobresult.errortext 2010-11-05 17:30:03 -07:00
ApiResponseHelper.java bug 7192: Added networktype parameter for the zone 2010-11-16 16:54:44 -08:00
ApiSerializerHelper.java bug 7089: return embedded object name in xml response 2010-11-08 13:59:14 -08:00
ApiServer.java 1) Removed account/domainId info from deleteSnapshot and deleteSnapshotPolicy commands as we get account info from the snapshot/policy object. 2010-11-12 17:36:17 -08:00
ApiServlet.java bug 6793: returning the right msg to the ui when we try to log in to a locked account 2010-11-16 14:15:08 -08:00
BaseAsyncCmd.java More api refactor - build api response is execute() method instead of getResponse method. 2010-11-09 09:58:05 -08:00
BaseAsyncCreateCmd.java Modified exception handing in API. Following exceptions are supported now (location - BaseCmd.java): 2010-11-16 11:56:34 -08:00
BaseCmd.java Modified exception handing in API. Following exceptions are supported now (location - BaseCmd.java): 2010-11-16 11:56:34 -08:00
BaseListCmd.java bug 6812: fixed default pagesize of all listXXX command to unlimited for now. 2010-11-08 13:15:02 -08:00
Implementation.java 1) Removed account/domainId info from deleteSnapshot and deleteSnapshotPolicy commands as we get account info from the snapshot/policy object. 2010-11-12 17:36:17 -08:00
Parameter.java Incremental checkin for ApiXmlDocBuilder 2010-10-04 09:50:14 -07:00
ResponseObject.java bug 7059: refactored the API to now add the single embedded object tag after a response 2010-11-05 20:10:57 -07:00
ResponseObjectTypeAdapter.java bug 7192: Added networktype parameter for the zone 2010-11-16 16:54:44 -08:00
ServerApiException.java Source code committed 2010-08-11 09:13:29 -07:00